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
Eladmin
Commits
e39ae1cb
"...src/main/git@ustchcs.com:gujinli1118/springboot-plus.git" did not exist on "61761ba6904f62563e55f0c432ffcdd3787cc606"
Commit
e39ae1cb
authored
Feb 28, 2022
by
Zheng Jie
Browse files
update
parent
0f3569de
Changes
1
Hide whitespace changes
Inline
Side-by-side
eladmin-system/src/main/resources/config/application-prod.yml
View file @
e39ae1cb
...
@@ -5,7 +5,7 @@ spring:
...
@@ -5,7 +5,7 @@ spring:
db-type
:
com.alibaba.druid.pool.DruidDataSource
db-type
:
com.alibaba.druid.pool.DruidDataSource
driverClassName
:
net.sf.log4jdbc.sql.jdbcapi.DriverSpy
driverClassName
:
net.sf.log4jdbc.sql.jdbcapi.DriverSpy
url
:
jdbc:log4jdbc:mysql://${DB_HOST:localhost}:${DB_PORT:3306}/${DB_NAME:eladmin}?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false
url
:
jdbc:log4jdbc:mysql://${DB_HOST:localhost}:${DB_PORT:3306}/${DB_NAME:eladmin}?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false
username
:
${DB_USER:
root
}
username
:
${DB_USER:
eladmin
}
password
:
${DB_PWD:123456}
password
:
${DB_PWD:123456}
# 初始连接数
# 初始连接数
initial-size
:
5
initial-size
:
5
...
...
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