123
This commit is contained in:
@@ -20,7 +20,7 @@ spring:
|
|||||||
# rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题)
|
# rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题)
|
||||||
url: jdbc:mysql://localhost:5306/dk-sass?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
|
url: jdbc:mysql://localhost:5306/dk-sass?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
|
||||||
username: root
|
username: root
|
||||||
password: 383200134
|
password: 123123
|
||||||
# 从库数据源
|
# 从库数据源
|
||||||
slave:
|
slave:
|
||||||
lazy: true
|
lazy: true
|
||||||
@@ -55,7 +55,7 @@ spring:
|
|||||||
# 数据库索引
|
# 数据库索引
|
||||||
database: 12
|
database: 12
|
||||||
# 密码(如没有密码请注释掉)
|
# 密码(如没有密码请注释掉)
|
||||||
password: 383200134
|
password: 123123
|
||||||
# 连接超时时间
|
# 连接超时时间
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
# 是否开启ssl
|
# 是否开启ssl
|
||||||
@@ -88,3 +88,13 @@ springdoc:
|
|||||||
enabled: false
|
enabled: false
|
||||||
knife4j:
|
knife4j:
|
||||||
enable: false
|
enable: false
|
||||||
|
ali:
|
||||||
|
oss:
|
||||||
|
enable: false
|
||||||
|
access-key-id: key
|
||||||
|
access-key-secret: secret
|
||||||
|
endpoint: cn-hangzhou
|
||||||
|
bucket-name: nono
|
||||||
|
duration-seconds: 3600
|
||||||
|
role-arn: acs:ram::12312321312:role/ramoss
|
||||||
|
cdn-domain: https://baidu.com/
|
||||||
|
|||||||
Reference in New Issue
Block a user