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