|
@@ -1,22 +1,9 @@
|
|
-server:
|
|
|
|
- port: 8080
|
|
|
|
- ip: 39.97.120.42
|
|
|
|
- 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/*
|
|
|
|
management:
|
|
management:
|
|
endpoints:
|
|
endpoints:
|
|
web:
|
|
web:
|
|
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
|
|
@@ -103,12 +90,6 @@ spring:
|
|
username: hcst
|
|
username: hcst
|
|
password: test@20190531
|
|
password: test@20190531
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
- # 多数据源配置
|
|
|
|
- #multi-datasource1:
|
|
|
|
- #url: jdbc:mysql://localhost:3306/jeecg-boot2?useUnicode=true&characterEncoding=utf8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true
|
|
|
|
- #username: root
|
|
|
|
- #password: root
|
|
|
|
- #driver-class-name: com.mysql.jdbc.Driver
|
|
|
|
#redis 配置
|
|
#redis 配置
|
|
redis:
|
|
redis:
|
|
database: 0
|
|
database: 0
|