|
@@ -137,7 +137,7 @@ spring:
|
|
|
port: 5672
|
|
port: 5672
|
|
|
username: admin
|
|
username: admin
|
|
|
password: admin
|
|
password: admin
|
|
|
- virtual-host: /agmp-sass-tos
|
|
|
|
|
|
|
+ virtual-host: /agmp-saas-tos
|
|
|
connection-timeout: 15000
|
|
connection-timeout: 15000
|
|
|
publisher-returns: true
|
|
publisher-returns: true
|
|
|
enabled: true
|
|
enabled: true
|
|
@@ -147,7 +147,7 @@ spring:
|
|
|
port: 5672
|
|
port: 5672
|
|
|
username: admin
|
|
username: admin
|
|
|
password: admin
|
|
password: admin
|
|
|
- virtual-host: /agmp-sass
|
|
|
|
|
|
|
+ virtual-host: /agmp-saas
|
|
|
connection-timeout: 15000
|
|
connection-timeout: 15000
|
|
|
publisher-returns: true
|
|
publisher-returns: true
|
|
|
enabled: true
|
|
enabled: true
|
|
@@ -182,7 +182,7 @@ token:
|
|
|
secret: abcdefghijklmnopqrstuvwxyz
|
|
secret: abcdefghijklmnopqrstuvwxyz
|
|
|
# 令牌有效期(默认30分钟)
|
|
# 令牌有效期(默认30分钟)
|
|
|
expireTime: 30
|
|
expireTime: 30
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
# MyBatis配置
|
|
# MyBatis配置
|
|
|
mybatis:
|
|
mybatis:
|
|
|
# 搜索指定包别名
|
|
# 搜索指定包别名
|
|
@@ -193,10 +193,10 @@ mybatis:
|
|
|
configLocation: classpath:mybatis/mybatis-config.xml
|
|
configLocation: classpath:mybatis/mybatis-config.xml
|
|
|
|
|
|
|
|
# PageHelper分页插件
|
|
# PageHelper分页插件
|
|
|
-pagehelper:
|
|
|
|
|
|
|
+pagehelper:
|
|
|
helperDialect: mysql
|
|
helperDialect: mysql
|
|
|
supportMethodsArguments: true
|
|
supportMethodsArguments: true
|
|
|
- params: count=countSql
|
|
|
|
|
|
|
+ params: count=countSql
|
|
|
|
|
|
|
|
# Swagger配置
|
|
# Swagger配置
|
|
|
swagger:
|
|
swagger:
|
|
@@ -206,7 +206,7 @@ swagger:
|
|
|
pathMapping: /dev-api
|
|
pathMapping: /dev-api
|
|
|
|
|
|
|
|
# 防止XSS攻击
|
|
# 防止XSS攻击
|
|
|
-xss:
|
|
|
|
|
|
|
+xss:
|
|
|
# 过滤开关
|
|
# 过滤开关
|
|
|
enabled: true
|
|
enabled: true
|
|
|
# 排除链接(多个用逗号分隔)
|
|
# 排除链接(多个用逗号分隔)
|
|
@@ -281,4 +281,4 @@ weather:
|
|
|
map:
|
|
map:
|
|
|
gaode:
|
|
gaode:
|
|
|
api: http://restapi.amap.com
|
|
api: http://restapi.amap.com
|
|
|
- key: 78ce288400f4fc6d9458989875c833c2
|
|
|
|
|
|
|
+ key: 78ce288400f4fc6d9458989875c833c2
|