|
@@ -29,7 +29,7 @@ spring:
|
|
|
messages:
|
|
|
# 国际化资源文件路径
|
|
|
basename: i18n/messages
|
|
|
- profiles:
|
|
|
+ profiles:
|
|
|
active: dev
|
|
|
# 文件上传
|
|
|
servlet:
|
|
@@ -52,7 +52,7 @@ spring:
|
|
|
# 数据库索引
|
|
|
database: 0
|
|
|
# 密码
|
|
|
- password:
|
|
|
+ password:
|
|
|
# 连接超时时间
|
|
|
timeout: 10s
|
|
|
lettuce:
|
|
@@ -77,10 +77,10 @@ token:
|
|
|
|
|
|
|
|
|
# PageHelper分页插件
|
|
|
-pagehelper:
|
|
|
+pagehelper:
|
|
|
helperDialect: mysql
|
|
|
supportMethodsArguments: true
|
|
|
- params: count=countSql
|
|
|
+ params: count=countSql
|
|
|
|
|
|
# Swagger配置
|
|
|
swagger:
|
|
@@ -90,7 +90,7 @@ swagger:
|
|
|
pathMapping: /dev-api
|
|
|
|
|
|
# 防止XSS攻击
|
|
|
-xss:
|
|
|
+xss:
|
|
|
# 过滤开关
|
|
|
enabled: true
|
|
|
# 排除链接(多个用逗号分隔)
|
|
@@ -126,9 +126,10 @@ cloud:
|
|
|
# 签署好的合同文件存放目录
|
|
|
contract-dir: files/contract/
|
|
|
|
|
|
+#小程序appid和密钥
|
|
|
wx:
|
|
|
- appId: wxb86cb7f459fc3675
|
|
|
- appSecret: 5413864d90c2a447f8f3e4ae897dfae2
|
|
|
-
|
|
|
+ appId: wxc3a684f1196f6e15
|
|
|
+ appSecret: 7708655ba65f04de2a42f23d20ab4134
|
|
|
+#公众号appid
|
|
|
wxgzh:
|
|
|
appId: wxfe9785e665c741a2
|