|
@@ -1,10 +1,10 @@
|
|
|
server:
|
|
|
- port: 8078
|
|
|
+ port: 8015
|
|
|
servlet:
|
|
|
context-path:
|
|
|
tomcat:
|
|
|
uri-encoding: UTF-8
|
|
|
- basedir: /Users/liugf
|
|
|
+ basedir: /usr/local/yc_gwlz
|
|
|
max-threads: 2000
|
|
|
min-spare-threads: 10
|
|
|
accesslog:
|
|
@@ -20,9 +20,11 @@ server:
|
|
|
max-http-form-post-size: 20000000B
|
|
|
logging:
|
|
|
level:
|
|
|
- root: INFO
|
|
|
+ #root: INFO
|
|
|
+ root: ERROR
|
|
|
# org.flowable: DEBUG
|
|
|
- com.jeeplus: DEBUG
|
|
|
+ com.jeeplus: ERROR
|
|
|
+ #com.jeeplus: DEBUG
|
|
|
org.apache.shiro.cache.ehcache.EhCacheManager: WARN
|
|
|
spring:
|
|
|
servlet:
|
|
@@ -49,8 +51,8 @@ spring:
|
|
|
datasource:
|
|
|
master:
|
|
|
username: root
|
|
|
- password: root
|
|
|
- url: jdbc:mysql://127.0.0.1:3306/jeeplus-vue-saas-v3?useUnicode=true&characterEncoding=utf-8&useSSL=false&nullCatalogMeansCurrent=true&serverTimezone=GMT%2B8
|
|
|
+ password: dmjxcc@20210730
|
|
|
+ url: jdbc:mysql://localhost:3306/yc_gwlz?useUnicode=true&characterEncoding=utf-8&useSSL=false&nullCatalogMeansCurrent=true&serverTimezone=GMT%2B8
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
|
|
|
#oracle database settings
|
|
@@ -86,7 +88,7 @@ spring:
|
|
|
host: localhost
|
|
|
port: 6379
|
|
|
expireTime: 3600000 #单位秒
|
|
|
- database: 3
|
|
|
+ database: 8
|
|
|
mvc.servlet.load-on-startup: 1
|
|
|
jmx:
|
|
|
enabled: false
|
|
@@ -167,7 +169,7 @@ config:
|
|
|
type: local
|
|
|
baseDir: local
|
|
|
local:
|
|
|
- location: /userfiles
|
|
|
+ location: /usr/local/yc_gwlz
|
|
|
aliyun:
|
|
|
endpoint:
|
|
|
accessKeyId:
|