|
@@ -1,9 +1,16 @@
|
|
|
|
+server:
|
|
|
|
+ port: 8806
|
|
|
|
+ servlet:
|
|
|
|
+ context-path: /jeecg-boot
|
|
|
|
+ compression:
|
|
|
|
+ enabled: true
|
|
|
|
+ mime-types: application/javascript,application/json,application/xml,text/html,text/xml,text/plain,text/css,image/*
|
|
dubbo:
|
|
dubbo:
|
|
application:
|
|
application:
|
|
id: sys-center-dubbo-prodiver
|
|
id: sys-center-dubbo-prodiver
|
|
name: sys-center-dubbo-prodiver
|
|
name: sys-center-dubbo-prodiver
|
|
registry:
|
|
registry:
|
|
- address: nacos://127.0.0.1:8848
|
|
|
|
|
|
+ address: nacos://172.30.0.3:8848
|
|
protocol:
|
|
protocol:
|
|
name: dubbo
|
|
name: dubbo
|
|
port: 20880
|
|
port: 20880
|
|
@@ -20,6 +27,11 @@ management:
|
|
exposure:
|
|
exposure:
|
|
include: metrics,httptrace
|
|
include: metrics,httptrace
|
|
spring:
|
|
spring:
|
|
|
|
+ cloud:
|
|
|
|
+ nacos:
|
|
|
|
+ discovery:
|
|
|
|
+ server-addr: 172.30.0.3:8848
|
|
|
|
+ service: jeecg-system
|
|
servlet:
|
|
servlet:
|
|
multipart:
|
|
multipart:
|
|
max-file-size: -1
|
|
max-file-size: -1
|
|
@@ -64,9 +76,9 @@ spring:
|
|
autoconfigure:
|
|
autoconfigure:
|
|
exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure
|
|
exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure
|
|
datasource:
|
|
datasource:
|
|
- url: jdbc:mysql://139.186.27.96:4000/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=GMT%2B8
|
|
|
|
- username: data
|
|
|
|
- password: hcst@2021
|
|
|
|
|
|
+ url: jdbc:mysql://139.186.165.84:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=GMT%2B8
|
|
|
|
+ username: hcst
|
|
|
|
+ password: hcst@2020
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
druid:
|
|
druid:
|
|
stat-view-servlet:
|
|
stat-view-servlet:
|
|
@@ -104,16 +116,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://139.186.27.96:4000/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
|
|
|
|
- username: data
|
|
|
|
- password: hcst@2021
|
|
|
|
|
|
+ url: jdbc:mysql://139.186.165.84:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
|
|
|
|
+ username: hcst
|
|
|
|
+ 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: 127.0.0.1
|
|
- password:
|
|
|
|
|
|
+ password: hcst@2020
|
|
port: 6379
|
|
port: 6379
|
|
lettuce:
|
|
lettuce:
|
|
pool:
|
|
pool:
|