|
@@ -1,5 +1,5 @@
|
|
server:
|
|
server:
|
|
- port: 8080
|
|
|
|
|
|
+ port: 9999
|
|
tomcat:
|
|
tomcat:
|
|
max-swallow-size: -1
|
|
max-swallow-size: -1
|
|
error:
|
|
error:
|
|
@@ -7,8 +7,8 @@ server:
|
|
include-stacktrace: ALWAYS
|
|
include-stacktrace: ALWAYS
|
|
include-message: ALWAYS
|
|
include-message: ALWAYS
|
|
servlet:
|
|
servlet:
|
|
-# context-path: /jeecg-boot
|
|
|
|
context-path:
|
|
context-path:
|
|
|
|
+ # context-path: /jeecg-boot
|
|
compression:
|
|
compression:
|
|
enabled: true
|
|
enabled: true
|
|
min-response-size: 1024
|
|
min-response-size: 1024
|
|
@@ -23,8 +23,8 @@ management:
|
|
spring:
|
|
spring:
|
|
servlet:
|
|
servlet:
|
|
multipart:
|
|
multipart:
|
|
- max-file-size: 20MB
|
|
|
|
- max-request-size: 20MB
|
|
|
|
|
|
+ max-file-size: 500MB
|
|
|
|
+ max-request-size: 500MB
|
|
mail:
|
|
mail:
|
|
host: smtp.163.com
|
|
host: smtp.163.com
|
|
username: jeecgos@163.com
|
|
username: jeecgos@163.com
|
|
@@ -135,9 +135,9 @@ spring:
|
|
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
|
|
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
|
|
datasource:
|
|
datasource:
|
|
master:
|
|
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://101.200.162.45:3306/suyuan?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
|
+ username: suyuan
|
|
|
|
+ password: epi8KhZxY66BwKDB
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
# 多数据源配置
|
|
# 多数据源配置
|
|
# multi-datasource1:
|
|
# multi-datasource1:
|
|
@@ -148,7 +148,7 @@ spring:
|
|
#redis 配置
|
|
#redis 配置
|
|
redis:
|
|
redis:
|
|
database: 0
|
|
database: 0
|
|
- host: 127.0.0.1
|
|
|
|
|
|
+ host: 101.200.162.45
|
|
lettuce:
|
|
lettuce:
|
|
pool:
|
|
pool:
|
|
max-active: 8 #最大连接数据库连接数,设 -1 为没有限制
|
|
max-active: 8 #最大连接数据库连接数,设 -1 为没有限制
|
|
@@ -156,8 +156,20 @@ spring:
|
|
max-wait: -1ms #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。
|
|
max-wait: -1ms #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。
|
|
min-idle: 0 #最小等待连接中的数量,设 0 为没有限制
|
|
min-idle: 0 #最小等待连接中的数量,设 0 为没有限制
|
|
shutdown-timeout: 100ms
|
|
shutdown-timeout: 100ms
|
|
- password: '1805845723'
|
|
|
|
|
|
+ password: 'suyuan123'
|
|
port: 6379
|
|
port: 6379
|
|
|
|
+# redis:
|
|
|
|
+# database: 0
|
|
|
|
+# host: 127.0.0.1
|
|
|
|
+# lettuce:
|
|
|
|
+# pool:
|
|
|
|
+# max-active: 8 #最大连接数据库连接数,设 -1 为没有限制
|
|
|
|
+# max-idle: 8 #最大等待连接中的数量,设 0 为没有限制
|
|
|
|
+# max-wait: -1ms #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。
|
|
|
|
+# min-idle: 0 #最小等待连接中的数量,设 0 为没有限制
|
|
|
|
+# shutdown-timeout: 100ms
|
|
|
|
+# password: '1805845723'
|
|
|
|
+# port: 6379
|
|
#mybatis plus 设置
|
|
#mybatis plus 设置
|
|
mybatis-plus:
|
|
mybatis-plus:
|
|
mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml
|
|
mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml
|
|
@@ -171,7 +183,7 @@ mybatis-plus:
|
|
table-underline: true
|
|
table-underline: true
|
|
configuration:
|
|
configuration:
|
|
# 这个配置会将执行的sql打印出来,在开发或测试的时候可以用
|
|
# 这个配置会将执行的sql打印出来,在开发或测试的时候可以用
|
|
- #log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
|
|
|
+ # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
# 返回类型为Map,显示null对应的字段
|
|
# 返回类型为Map,显示null对应的字段
|
|
call-setters-on-nulls: true
|
|
call-setters-on-nulls: true
|
|
#jeecg专用配置
|
|
#jeecg专用配置
|
|
@@ -185,22 +197,24 @@ jeecg :
|
|
# 签名密钥串(前后端要一致,正式发布请自行修改)
|
|
# 签名密钥串(前后端要一致,正式发布请自行修改)
|
|
signatureSecret: dd05f1c54d63749eda95f9fa6d49v442a
|
|
signatureSecret: dd05f1c54d63749eda95f9fa6d49v442a
|
|
# 本地:local\Minio:minio\阿里云:alioss
|
|
# 本地:local\Minio:minio\阿里云:alioss
|
|
- uploadType: alioss
|
|
|
|
|
|
+ uploadType: local
|
|
path :
|
|
path :
|
|
#文件上传根目录 设置
|
|
#文件上传根目录 设置
|
|
- # upload: /opt/upFiles
|
|
|
|
- upload: D:\\upFiles
|
|
|
|
|
|
+ # upload: /usr/java/AJeecgBootFiles
|
|
|
|
+ # upload: D:\\AJeecgBootFiles
|
|
|
|
+ upload: C:\\AJeecgBootFiles
|
|
#webapp文件路径
|
|
#webapp文件路径
|
|
- # webapp: /opt/webapp
|
|
|
|
- webapp: D:\\upFiles
|
|
|
|
|
|
+ # webapp: /usr/java/AJeecgBootFiles
|
|
|
|
+ # webapp: D:\\AJeecgBootFiles
|
|
|
|
+ webapp: C:\\AJeecgBootFiles
|
|
shiro:
|
|
shiro:
|
|
excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/category/**,/visual/**,/map/**,/jmreport/bigscreen2/**
|
|
excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/category/**,/visual/**,/map/**,/jmreport/bigscreen2/**
|
|
#阿里云oss存储和大鱼短信秘钥配置
|
|
#阿里云oss存储和大鱼短信秘钥配置
|
|
oss:
|
|
oss:
|
|
- accessKey: LTAI5tQHourWPBSmNbSYjBQN
|
|
|
|
- secretKey: QyaHlvTXEwAQ7cJlHi4dGLrnzLpFoz
|
|
|
|
- endpoint: oss-cn-hangzhou.aliyuncs.com
|
|
|
|
- bucketName: chuangchin
|
|
|
|
|
|
+ # accessKey:
|
|
|
|
+ # secretKey:
|
|
|
|
+ # endpoint:
|
|
|
|
+ # bucketName:
|
|
# ElasticSearch 6设置
|
|
# ElasticSearch 6设置
|
|
elasticsearch:
|
|
elasticsearch:
|
|
cluster-name: jeecg-ES
|
|
cluster-name: jeecg-ES
|
|
@@ -257,7 +271,7 @@ jeecg :
|
|
#分布式锁配置
|
|
#分布式锁配置
|
|
redisson:
|
|
redisson:
|
|
address: 127.0.0.1:6379
|
|
address: 127.0.0.1:6379
|
|
- password:
|
|
|
|
|
|
+ password: '1805845723'
|
|
type: STANDALONE
|
|
type: STANDALONE
|
|
enabled: true
|
|
enabled: true
|
|
#cas单点登录
|
|
#cas单点登录
|
|
@@ -324,4 +338,4 @@ third-app:
|
|
client-id: ??
|
|
client-id: ??
|
|
# appSecret
|
|
# appSecret
|
|
client-secret: ??
|
|
client-secret: ??
|
|
- agent-id: ??
|
|
|
|
|
|
+ agent-id: ??
|