|
@@ -1,5 +1,5 @@
|
|
|
server:
|
|
|
- port: 8080
|
|
|
+ port: 28080
|
|
|
tomcat:
|
|
|
max-swallow-size: -1
|
|
|
servlet:
|
|
@@ -127,16 +127,16 @@ spring:
|
|
|
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
|
|
|
datasource:
|
|
|
master:
|
|
|
- url: jdbc:mysql://127.0.0.1:3306/king-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
- username: root
|
|
|
- password: root
|
|
|
+ url: jdbc:mysql://127.0.0.1:3306/xt_ad?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
+ username: huihai
|
|
|
+ password: huihai2021
|
|
|
+ driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
+ # 多数据源配置
|
|
|
+ multi-datasource1:
|
|
|
+ url: jdbc:mysql://127.0.0.1:3306/hhad?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
+ username: huihai
|
|
|
+ password: huihai2021
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
- # 多数据源配置
|
|
|
- #multi-datasource1:
|
|
|
- #url: jdbc:mysql://localhost:3306/king-boot2?useUnicode=true&characterEncoding=utf8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true
|
|
|
- #username: root
|
|
|
- #password: root
|
|
|
- #driver-class-name: com.mysql.jdbc.Driver
|
|
|
#redis 配置
|
|
|
redis:
|
|
|
database: 0
|
|
@@ -148,7 +148,7 @@ spring:
|
|
|
max-wait: -1ms #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。
|
|
|
min-idle: 0 #最小等待连接中的数量,设 0 为没有限制
|
|
|
shutdown-timeout: 100ms
|
|
|
- password: ''
|
|
|
+ password: 'hhad_redis!'
|
|
|
port: 6379
|
|
|
#mybatis plus 设置
|
|
|
mybatis-plus:
|