Commit 03e2ac9b authored by ms group dev's avatar ms group dev

优化配置

parent d9175124
spring: spring:
datasource: datasource:
url: jdbc:mysql://localhost:3306/db-mcms?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true url: jdbc:mysql://localhost:3306/db-mcms-open?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true
username: root username: root
password: root password: root
filters: wall,mergeStat filters: wall,mergeStat
......
mcms4.7.0 Oracle数据库暂不支持 spring:
\ No newline at end of file datasource:
url: jdbc:mysql://localhost:3306/db-mcms-open?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true
username: root
password: root
filters: wall,mergeStat
type: com.alibaba.druid.pool.DruidDataSource
\ No newline at end of file
server: server:
port: 8080 port: 8080
servlet.context-path: /ms-mcms servlet.context-path: /ms-mcms
servlet.session.timeout: 60M
logging: logging:
level: level:
...@@ -9,9 +10,6 @@ ms: ...@@ -9,9 +10,6 @@ ms:
manager: manager:
path: /ms path: /ms
view-path: /WEB-INF/manager view-path: /WEB-INF/manager
session:
timeout: 1800000
validation-interval: 120000
upload: upload:
path: /upload path: /upload
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment