|
@@ -1,5 +1,5 @@
|
|
|
server:
|
|
|
- port: 9999
|
|
|
+ port: 9998
|
|
|
tomcat:
|
|
|
max-swallow-size: -1
|
|
|
error:
|
|
@@ -7,14 +7,14 @@ server:
|
|
|
include-stacktrace: ALWAYS
|
|
|
include-message: ALWAYS
|
|
|
servlet:
|
|
|
- context-path:
|
|
|
+ context-path: /jlapi
|
|
|
# context-path: /jeecg-boot
|
|
|
compression:
|
|
|
enabled: true
|
|
|
min-response-size: 1024
|
|
|
mime-types: application/javascript,application/json,application/xml,text/html,text/xml,text/plain,text/css,image/*
|
|
|
system:
|
|
|
- host: http://www.bruboses.com
|
|
|
+ host: http://admin.jinlery.cn/jlapi
|
|
|
|
|
|
management:
|
|
|
endpoints:
|
|
@@ -137,9 +137,9 @@ spring:
|
|
|
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
|
|
|
datasource:
|
|
|
master:
|
|
|
- url: jdbc:mysql://127.0.0.1:3306/bruboses?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
- username: bruboses
|
|
|
- password: mRhwWPmEbkRPn2yr
|
|
|
+ url: jdbc:mysql://120.26.90.253:3306/jinlery?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
+ username: jinlery
|
|
|
+ password: ExCJXbzeTYeYfGsJ
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
# 多数据源配置
|
|
|
# multi-datasource1:
|
|
@@ -149,8 +149,8 @@ spring:
|
|
|
# driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
#redis 配置
|
|
|
redis:
|
|
|
- database: 0
|
|
|
- host: 120.26.90.253
|
|
|
+ database: 2
|
|
|
+ host: 127.0.0.1
|
|
|
lettuce:
|
|
|
pool:
|
|
|
max-active: 8 #最大连接数据库连接数,设 -1 为没有限制
|
|
@@ -202,9 +202,9 @@ jeecg :
|
|
|
uploadType: local
|
|
|
path :
|
|
|
#文件上传根目录 设置
|
|
|
- upload: /www/wwwroot/www.bruboses.com/brubosesTempFile
|
|
|
+ upload: /www/wwwroot/front.jinlery.com/jinleryTempFile
|
|
|
#webapp文件路径
|
|
|
- webapp: /www/wwwroot/www.bruboses.com/brubosesTempFile
|
|
|
+ webapp: /www/wwwroot/front.jinlery.com/jinleryTempFile
|
|
|
shiro:
|
|
|
excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/category/**,/visual/**,/map/**,/jmreport/bigscreen2/**
|
|
|
#阿里云oss存储和大鱼短信秘钥配置
|