更改版本端口号以及mysql服务器密码
This commit is contained in:
parent
c43ecdc66f
commit
4fff62ba67
|
@ -30,7 +30,7 @@ xxl.job:
|
|||
# 执行器日志文件保存天数:大于3生效
|
||||
logretentiondays: 30
|
||||
server:
|
||||
port: 8081
|
||||
port: 8101
|
||||
--- # 数据源配置
|
||||
spring:
|
||||
datasource:
|
||||
|
@ -52,7 +52,7 @@ spring:
|
|||
# rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题)
|
||||
url: jdbc:mysql://localhost:3306/officialwebsite?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
|
||||
username: root
|
||||
password: root
|
||||
password: honghu@1234
|
||||
# 从库数据源
|
||||
# slave:
|
||||
# lazy: true
|
||||
|
|
Loading…
Reference in New Issue
Block a user