|
@@ -27,9 +27,9 @@ customer:
|
|
|
#hana数据库数据同步配置
|
|
|
hana:
|
|
|
hana-driver: com.sap.db.jdbc.Driver
|
|
|
- hana-url: jdbc:sap://hanaentsltp.nipponpaint.com.cn:30015?reconnect=true
|
|
|
+ hana-url: jdbc:sap://hanaentsltd.nipponpaint.com.cn:30015?reconnect=true
|
|
|
hana-user: SSB_HANA
|
|
|
- hana-pwd: Erty567*
|
|
|
+ hana-pwd: SSB_HANA
|
|
|
mysql-driver: com.mysql.jdbc.Driver
|
|
|
mysql-url: jdbc:mysql://pc-uf637rafh16b6nl16.rwlb.rds.aliyuncs.com:3306/ssbtest?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
mysql-user: ssbtest
|
|
@@ -59,7 +59,7 @@ server:
|
|
|
# Tomcat启动初始化的线程数,默认值25
|
|
|
min-spare-threads: 30
|
|
|
basedir: /tmp/tomcat
|
|
|
-
|
|
|
+
|
|
|
# 日志配置
|
|
|
logging:
|
|
|
level:
|
|
@@ -139,11 +139,11 @@ mybatis:
|
|
|
configLocation: classpath:mybatis/mybatis-config.xml
|
|
|
|
|
|
# PageHelper分页插件
|
|
|
-pagehelper:
|
|
|
+pagehelper:
|
|
|
helperDialect: mysql
|
|
|
reasonable: true
|
|
|
supportMethodsArguments: true
|
|
|
- params: count=countSql
|
|
|
+ params: count=countSql
|
|
|
|
|
|
# Shiro
|
|
|
shiro:
|
|
@@ -160,7 +160,7 @@ shiro:
|
|
|
captchaType: math
|
|
|
cookie:
|
|
|
# 设置Cookie的域名 默认空,即当前访问的域名
|
|
|
- domain:
|
|
|
+ domain:
|
|
|
# 设置cookie的有效访问路径
|
|
|
path: /
|
|
|
# 设置HttpOnly属性
|
|
@@ -180,7 +180,7 @@ shiro:
|
|
|
kickoutAfter: false
|
|
|
|
|
|
# 防止XSS攻击
|
|
|
-xss:
|
|
|
+xss:
|
|
|
# 过滤开关
|
|
|
enabled: true
|
|
|
# 排除链接(多个用逗号分隔)
|