|
@@ -4,11 +4,6 @@ management:
|
|
exposure:
|
|
exposure:
|
|
include: metrics,httptrace
|
|
include: metrics,httptrace
|
|
spring:
|
|
spring:
|
|
- rabbitmq:
|
|
|
|
- host: 39.106.184.70
|
|
|
|
- port: 5672
|
|
|
|
- username: guest
|
|
|
|
- password: guest
|
|
|
|
servlet:
|
|
servlet:
|
|
multipart:
|
|
multipart:
|
|
max-file-size: -1
|
|
max-file-size: -1
|
|
@@ -52,7 +47,7 @@ spring:
|
|
autoconfigure:
|
|
autoconfigure:
|
|
exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure
|
|
exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure
|
|
datasource:
|
|
datasource:
|
|
- url: jdbc:mysql://172.30.0.4:4000/jiaoyang?characterEncoding=UTF-8&useUnicode=true&allowMultiQueries=true&useSSL=false
|
|
|
|
|
|
+ url: jdbc:mysql://172.30.0.4:4000/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
|
|
username: hcst
|
|
username: hcst
|
|
password: hcst@2020
|
|
password: hcst@2020
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
@@ -91,15 +86,15 @@ spring:
|
|
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
|
|
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
|
|
datasource:
|
|
datasource:
|
|
master:
|
|
master:
|
|
- url: jdbc:mysql://172.30.0.4:4000/jiaoyang?characterEncoding=UTF-8&useUnicode=true&allowMultiQueries=true&useSSL=false
|
|
|
|
|
|
+ url: jdbc:mysql://172.30.0.4:4000/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
|
|
username: hcst
|
|
username: hcst
|
|
password: hcst@2020
|
|
password: hcst@2020
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
#redis 配置
|
|
#redis 配置
|
|
redis:
|
|
redis:
|
|
database: 0
|
|
database: 0
|
|
-# host: 172.30.0.17
|
|
|
|
- host: 127.0.0.1
|
|
|
|
|
|
+ host: 172.30.0.17
|
|
|
|
+ # host: 127.0.0.1
|
|
lettuce:
|
|
lettuce:
|
|
pool:
|
|
pool:
|
|
max-active: 8 #最大连接数据库连接数,设 0 为没有限制
|
|
max-active: 8 #最大连接数据库连接数,设 0 为没有限制
|
|
@@ -108,7 +103,7 @@ spring:
|
|
min-idle: 0 #最小等待连接中的数量,设 0 为没有限制
|
|
min-idle: 0 #最小等待连接中的数量,设 0 为没有限制
|
|
shutdown-timeout: 100ms
|
|
shutdown-timeout: 100ms
|
|
password: foobared
|
|
password: foobared
|
|
-# port: 6379
|
|
|
|
|
|
+ port: 6379
|
|
#mybatis plus 设置
|
|
#mybatis plus 设置
|
|
mybatis-plus:
|
|
mybatis-plus:
|
|
mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml,classpath*:cn/com/ctop/**/xml/*Mapper.xml
|
|
mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml,classpath*:cn/com/ctop/**/xml/*Mapper.xml
|