|
@@ -1,5 +1,5 @@
|
|
server:
|
|
server:
|
|
- port: 8089
|
|
|
|
|
|
+ port: 8088
|
|
|
|
|
|
spring:
|
|
spring:
|
|
datasource:
|
|
datasource:
|
|
@@ -7,9 +7,9 @@ spring:
|
|
primary: mbs
|
|
primary: mbs
|
|
datasource:
|
|
datasource:
|
|
mbs:
|
|
mbs:
|
|
- url: jdbc:mysql://47.108.172.52:1231/item-management?autoReconnect=true&useUnicode=true&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true
|
|
|
|
|
|
+ url: jdbc:mysql://localhost:1230/item-management?autoReconnect=true&useUnicode=true&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true
|
|
username: root
|
|
username: root
|
|
- password: root
|
|
|
|
|
|
+ password: Dypg@1996
|
|
initialSize: 10 #初始化连接数
|
|
initialSize: 10 #初始化连接数
|
|
minIdle: 10 #最小空闲连接数
|
|
minIdle: 10 #最小空闲连接数
|
|
max-active: 100 #最大连接数
|
|
max-active: 100 #最大连接数
|
|
@@ -21,10 +21,10 @@ spring:
|
|
idle-timeout: 600000
|
|
idle-timeout: 600000
|
|
max-lifetime: 1800000
|
|
max-lifetime: 1800000
|
|
dyoa:
|
|
dyoa:
|
|
- url: jdbc:mysql://47.108.172.52:1231/dyoa?autoReconnect=true&useUnicode=true&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true
|
|
|
|
|
|
+ url: jdbc:mysql://localhost:1230/dyoa?autoReconnect=true&useUnicode=true&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
username: root
|
|
username: root
|
|
- password: root
|
|
|
|
|
|
+ password: Dypg@1996
|
|
initialSize: 10 #初始化连接数D
|
|
initialSize: 10 #初始化连接数D
|
|
minIdle: 10 #最小空闲连接数
|
|
minIdle: 10 #最小空闲连接数
|
|
max-active: 100 #最大连接数
|
|
max-active: 100 #最大连接数
|
|
@@ -42,7 +42,7 @@ dfs:
|
|
domain: /test
|
|
domain: /test
|
|
domainName: https://kps.scdayou.com/dfs
|
|
domainName: https://kps.scdayou.com/dfs
|
|
code: /code
|
|
code: /code
|
|
- domainRoot: http://kps.scdayou.com:81/admin-test
|
|
|
|
|
|
+ domainRoot: http://kps.scdayou.com/admin
|
|
luceneDir: /luceneDir
|
|
luceneDir: /luceneDir
|
|
|
|
|
|
#系统配置
|
|
#系统配置
|
|
@@ -54,4 +54,6 @@ system:
|
|
#百度编辑器
|
|
#百度编辑器
|
|
ueditor:
|
|
ueditor:
|
|
uploadPath: ${dfs.path}
|
|
uploadPath: ${dfs.path}
|
|
- urlPrefix: replaceurl #动态替换url
|
|
|
|
|
|
+ urlPrefix: replaceurl #动态替换url
|
|
|
|
+
|
|
|
|
+posyspath: /root/pageoffice
|