|
@@ -1,18 +1,8 @@
|
|
|
-server:
|
|
|
- port: 8080
|
|
|
- ip: 39.106.184.70
|
|
|
- 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:
|
|
|
endpoints:
|
|
|
web:
|
|
|
exposure:
|
|
|
include: metrics,httptrace
|
|
|
-
|
|
|
spring:
|
|
|
rabbitmq:
|
|
|
host: 39.106.184.70
|
|
@@ -102,11 +92,6 @@ spring:
|
|
|
password: test@20190531
|
|
|
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:
|
|
|
database: 0
|
|
@@ -161,8 +146,6 @@ logging:
|
|
|
chrome:
|
|
|
script:
|
|
|
clean: sh /mnt/webapp/cleanProcess.sh
|
|
|
-
|
|
|
-
|
|
|
oss:
|
|
|
replace:
|
|
|
replace-value: oss-cn-beijing-internal
|