parent
2507b7075b
commit
bff4cc7f8f
|
@ -10,14 +10,13 @@ server:
|
|||
# 应用的访问路径
|
||||
context-path: /ff-api
|
||||
|
||||
|
||||
# 日志配置
|
||||
logging:
|
||||
level:
|
||||
com.ff: debug
|
||||
org.springframework: warn
|
||||
file:
|
||||
path: D:/opt/sever/dist/ff-admin/logs
|
||||
path: /opt/gameApi/dist/game-api/logs
|
||||
|
||||
# 数据源配置
|
||||
spring:
|
||||
|
@ -28,7 +27,7 @@ spring:
|
|||
# 端口,默认为6379
|
||||
port: 26379
|
||||
# 数据库索引
|
||||
database: 0
|
||||
database: 1
|
||||
# 密码
|
||||
password: reAa123456
|
||||
# 连接超时时间
|
||||
|
@ -51,8 +50,8 @@ spring:
|
|||
# 主库数据源
|
||||
master:
|
||||
url: jdbc:mysql://127.0.0.1:23306/ff-game?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true
|
||||
username: root
|
||||
password: myAa123456
|
||||
username: ff-game
|
||||
password: bmGCJCyhfDXnPspe
|
||||
# 初始连接数
|
||||
initialSize: 5
|
||||
# 最小连接池数量
|
||||
|
|
Loading…
Reference in New Issue