Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JeeSpringCloud
Commits
4b4d7f29
Commit
4b4d7f29
authored
Nov 12, 2018
by
Huang
Browse files
no commit message
parent
09b7143d
Changes
1
Show whitespace changes
Inline
Side-by-side
JeeSpringCloud/jeespring-web/src/main/resources/application.yml
View file @
4b4d7f29
...
...
@@ -54,9 +54,13 @@ spring:
#url: http://localhost:8999
#数据库的配置
datasource
:
driverClassName
:
com.mysql.jdbc.Driver
type
:
com.alibaba.druid.pool.DruidDataSource
#mysql
driverClassName
:
com.mysql.jdbc.Driver
url
:
jdbc:mysql://127.0.0.1:3306/jeespring?useUnicode=true&characterEncoding=utf-8
#oracle
#driverClassName: oracle.jdbc.driver.OracleDriver
#jdbc:oracle:thin:@127.0.0.1:1521:orcl
username
:
root
password
:
root
# 下面为连接池的补充设置,应用到上面所有数据源中
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment