|
@@ -1,5 +1,6 @@
|
|
|
server:
|
|
|
- port: 8080
|
|
|
+ port: 8002
|
|
|
+# port: 8004
|
|
|
tomcat:
|
|
|
max-swallow-size: -1
|
|
|
error:
|
|
@@ -161,7 +162,7 @@ spring:
|
|
|
slow-sql-millis: 5000
|
|
|
datasource:
|
|
|
master:
|
|
|
- url: jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
+ url: jdbc:mysql://localhost:3306/global-srm?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
username: root
|
|
|
password: root
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
@@ -215,9 +216,9 @@ jeecg:
|
|
|
app: http://localhost:8051
|
|
|
path:
|
|
|
#文件上传根目录 设置
|
|
|
- upload: /opt/jeecg-boot/upload
|
|
|
+ upload: D://opt/upFiles
|
|
|
#webapp文件路径
|
|
|
- webapp: /opt/jeecg-boot/webapp
|
|
|
+ webapp: D://opt/webapp
|
|
|
shiro:
|
|
|
excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/bigscreen/category/**,/bigscreen/visual/**,/bigscreen/map/**,/jmreport/bigscreen2/**,/api/getUserInfo
|
|
|
#阿里云oss存储和大鱼短信秘钥配置
|