|
|
@@ -12,7 +12,7 @@ ruoyi:
|
|
|
profile: D:/home
|
|
|
# 获取ip地址开关
|
|
|
addressEnabled: true
|
|
|
- cloudPath: http://10.32.2.212:8000/
|
|
|
+ cloudPath: http://127.0.0.1:8000/
|
|
|
#清空订单缓存
|
|
|
clearCachePath: http://ss.libang.dgtis.com/order/meta-hana-sales-order/clearCache
|
|
|
orderGetDataHook: http://ss.libang.dgtis.com/order/meta-hana-sales-order/orderGetDataHook
|
|
|
@@ -129,11 +129,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:
|
|
|
@@ -150,7 +150,7 @@ shiro:
|
|
|
captchaType: math
|
|
|
cookie:
|
|
|
# 设置Cookie的域名 默认空,即当前访问的域名
|
|
|
- domain:
|
|
|
+ domain:
|
|
|
# 设置cookie的有效访问路径
|
|
|
path: /
|
|
|
# 设置HttpOnly属性
|
|
|
@@ -170,7 +170,7 @@ shiro:
|
|
|
kickoutAfter: false
|
|
|
|
|
|
# 防止XSS攻击
|
|
|
-xss:
|
|
|
+xss:
|
|
|
# 过滤开关
|
|
|
enabled: true
|
|
|
# 排除链接(多个用逗号分隔)
|