|
@@ -14,7 +14,7 @@ server:
|
|
|
min-response-size: 1024
|
|
|
mime-types: application/javascript,application/json,application/xml,text/html,text/xml,text/plain,text/css,image/*
|
|
|
system:
|
|
|
- host: https://admin.jinlery.cn
|
|
|
+ host: http://www.bruboses.com
|
|
|
|
|
|
management:
|
|
|
endpoints:
|
|
@@ -137,9 +137,9 @@ spring:
|
|
|
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
|
|
|
datasource:
|
|
|
master:
|
|
|
- url: jdbc:mysql://8.134.179.70:3306/jlsb?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
- username: jlsb
|
|
|
- password: ehnkyX7LYYiCYTyj
|
|
|
+ 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
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
# 多数据源配置
|
|
|
# multi-datasource1:
|
|
@@ -150,7 +150,7 @@ spring:
|
|
|
#redis 配置
|
|
|
redis:
|
|
|
database: 0
|
|
|
- host: 8.134.179.70
|
|
|
+ host: 120.26.90.253
|
|
|
lettuce:
|
|
|
pool:
|
|
|
max-active: 8 #最大连接数据库连接数,设 -1 为没有限制
|
|
@@ -158,7 +158,7 @@ spring:
|
|
|
max-wait: -1ms #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。
|
|
|
min-idle: 0 #最小等待连接中的数量,设 0 为没有限制
|
|
|
shutdown-timeout: 100ms
|
|
|
- password: 'jlsb'
|
|
|
+ password: 'bruboses2023'
|
|
|
port: 6379
|
|
|
# redis:
|
|
|
# database: 0
|
|
@@ -202,9 +202,9 @@ jeecg :
|
|
|
uploadType: local
|
|
|
path :
|
|
|
#文件上传根目录 设置
|
|
|
- upload: /www/wwwroot/babosi_shoubiao/jlsbTempFile
|
|
|
+ upload: /www/wwwroot/www.bruboses.com/brubosesTempFile
|
|
|
#webapp文件路径
|
|
|
- webapp: /www/wwwroot/babosi_shoubiao/jlsbTempFile
|
|
|
+ webapp: /www/wwwroot/www.bruboses.com/brubosesTempFile
|
|
|
shiro:
|
|
|
excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/category/**,/visual/**,/map/**,/jmreport/bigscreen2/**
|
|
|
#阿里云oss存储和大鱼短信秘钥配置
|
|
@@ -291,9 +291,9 @@ knife4j:
|
|
|
#开启生产环境屏蔽
|
|
|
production: false
|
|
|
basic:
|
|
|
- enable: false
|
|
|
- username: jeecg
|
|
|
- password: jeecg1314
|
|
|
+ enable: true
|
|
|
+ username: bbs
|
|
|
+ password: bbs@2024!
|
|
|
#第三方登录
|
|
|
justauth:
|
|
|
enabled: true
|