提交 14d5c146 authored 作者: whydesc's avatar whydesc

--修改默认值

上级 5717cf8e
...@@ -33,9 +33,9 @@ flowable: ...@@ -33,9 +33,9 @@ flowable:
# enabled: false # enabled: false
spring: spring:
# main: # main:
# # 启动加速 (建议开发环境,开启后flyway自动升级失效) # # 启动加速 (建议开发环境,开启后flyway自动升级失效)
# lazy-initialization: true # lazy-initialization: true
liquibase: liquibase:
enabled: false enabled: false
flyway: flyway:
...@@ -61,7 +61,7 @@ spring: ...@@ -61,7 +61,7 @@ spring:
mail.smtp.writetimeout: 10000 # 写入超时(毫秒) mail.smtp.writetimeout: 10000 # 写入超时(毫秒)
mail.smtp.auth: true mail.smtp.auth: true
smtp.ssl.enable: true smtp.ssl.enable: true
# mail.debug: true # 启用调试模式(查看详细日志) # mail.debug: true # 启用调试模式(查看详细日志)
## quartz定时任务,采用数据库方式 ## quartz定时任务,采用数据库方式
quartz: quartz:
job-store-type: jdbc job-store-type: jdbc
...@@ -166,19 +166,19 @@ spring: ...@@ -166,19 +166,19 @@ spring:
slow-sql-millis: 5000 slow-sql-millis: 5000
datasource: datasource:
master: master:
# url: jdbc:mysql://47.98.203.68:3306/zrch_stm_db_3.9?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai # url: jdbc:mysql://47.98.203.68:3306/zrch_stm_db_3.9?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
# username: root # username: root
# password: ZhongRunChangHong/123 # password: ZhongRunChangHong/123
url: jdbc:mysql://47.98.203.68:3306/zrch_stm_db_3.9?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai url: jdbc:mysql://localhost:3306/zrch_stm_db_3.9_new?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
username: root username: root
password: ZhongRunChangHong/123 password: 123456
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
# # shardingjdbc数据源 # # shardingjdbc数据源
# sharding-db: # sharding-db:
# driver-class-name: org.apache.shardingsphere.driver.ShardingSphereDriver # driver-class-name: org.apache.shardingsphere.driver.ShardingSphereDriver
# url: jdbc:shardingsphere:classpath:sharding.yaml # url: jdbc:shardingsphere:classpath:sharding.yaml
#redis 配置 #redis 配置
data: data:
redis: redis:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论