|
@@ -1,5 +1,5 @@
|
|
|
server:
|
|
|
- port: 8080
|
|
|
+ port: 9999
|
|
|
tomcat:
|
|
|
max-swallow-size: -1
|
|
|
error:
|
|
@@ -23,8 +23,8 @@ management:
|
|
|
spring:
|
|
|
servlet:
|
|
|
multipart:
|
|
|
- max-file-size: 20MB
|
|
|
- max-request-size: 20MB
|
|
|
+ max-file-size: 500MB
|
|
|
+ max-request-size: 500MB
|
|
|
mail:
|
|
|
host: smtp.163.com
|
|
|
username: jeecgos@163.com
|
|
@@ -133,11 +133,12 @@ spring:
|
|
|
# filters: stat,wall,slf4j
|
|
|
# 通过connectProperties属性来打开mergeSql功能;慢SQL记录
|
|
|
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
|
|
|
+ # 正式
|
|
|
datasource:
|
|
|
master:
|
|
|
- url: jdbc:mysql://127.0.0.1:3308/jlsb?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
- username: root
|
|
|
- password: 1805845723
|
|
|
+ url: jdbc:mysql://47.96.249.184:3306/medical_history?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
+ username: medical_history
|
|
|
+ password: LMFWmhZy846iSRG3
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
# 多数据源配置
|
|
|
# multi-datasource1:
|
|
@@ -148,7 +149,7 @@ spring:
|
|
|
#redis 配置
|
|
|
redis:
|
|
|
database: 0
|
|
|
- host: 127.0.0.1
|
|
|
+ host: 47.96.249.184
|
|
|
lettuce:
|
|
|
pool:
|
|
|
max-active: 8 #最大连接数据库连接数,设 -1 为没有限制
|
|
@@ -156,7 +157,7 @@ spring:
|
|
|
max-wait: -1ms #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。
|
|
|
min-idle: 0 #最小等待连接中的数量,设 0 为没有限制
|
|
|
shutdown-timeout: 100ms
|
|
|
- password: '1805845723'
|
|
|
+ password: 'bl123456'
|
|
|
port: 6379
|
|
|
#mybatis plus 设置
|
|
|
mybatis-plus:
|
|
@@ -188,19 +189,19 @@ jeecg :
|
|
|
uploadType: alioss
|
|
|
path :
|
|
|
#文件上传根目录 设置
|
|
|
- # upload: /opt/upFiles
|
|
|
- upload: D:\\upFiles
|
|
|
+ upload: /usr/java/AJeecgBootFiles
|
|
|
+ # upload: D:\\AJeecgBootFiles
|
|
|
#webapp文件路径
|
|
|
- # webapp: /opt/webapp
|
|
|
- webapp: D:\\upFiles
|
|
|
+ webapp: /usr/java/AJeecgBootFiles
|
|
|
+ # webapp: D:\\AJeecgBootFiles
|
|
|
shiro:
|
|
|
excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/category/**,/visual/**,/map/**,/jmreport/bigscreen2/**
|
|
|
#阿里云oss存储和大鱼短信秘钥配置
|
|
|
oss:
|
|
|
- accessKey: LTAI5tQHourWPBSmNbSYjBQN
|
|
|
- secretKey: QyaHlvTXEwAQ7cJlHi4dGLrnzLpFoz
|
|
|
+ accessKey: LTAI5tD17r71nA9bfKtzcayJ
|
|
|
+ secretKey: EblO65wHRfmOtl3GrAeBbAu8i05H8O
|
|
|
endpoint: oss-cn-hangzhou.aliyuncs.com
|
|
|
- bucketName: chuangchin
|
|
|
+ bucketName: binglishouji
|
|
|
# ElasticSearch 6设置
|
|
|
elasticsearch:
|
|
|
cluster-name: jeecg-ES
|
|
@@ -257,7 +258,7 @@ jeecg :
|
|
|
#分布式锁配置
|
|
|
redisson:
|
|
|
address: 127.0.0.1:6379
|
|
|
- password:
|
|
|
+ password: '1805845723'
|
|
|
type: STANDALONE
|
|
|
enabled: true
|
|
|
#cas单点登录
|