|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
server: |
|
|
|
|
port: 9002 |
|
|
|
|
port: 9003 |
|
|
|
|
|
|
|
|
|
spring: |
|
|
|
|
application: |
|
|
|
@ -11,7 +11,8 @@ spring:
|
|
|
|
|
username: air |
|
|
|
|
password: air123456 |
|
|
|
|
# url: jdbc:mysql://127.0.0.1:4000/air?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&allowMultiQueries=true&allowPublicKeyRetrieval=true |
|
|
|
|
url: jdbc:mysql://124.71.210.242:4000/air?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&allowMultiQueries=true&allowPublicKeyRetrieval=true |
|
|
|
|
# url: jdbc:mysql://124.71.210.242:4000/air_test?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&allowMultiQueries=true&allowPublicKeyRetrieval=true |
|
|
|
|
url: jdbc:mysql://127.0.0.1:4000/air_test?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&allowMultiQueries=true&allowPublicKeyRetrieval=true |
|
|
|
|
stat-view-servlet: |
|
|
|
|
enabled: true |
|
|
|
|
url-pattern: /druid/* |
|
|
|
@ -28,13 +29,13 @@ spring:
|
|
|
|
|
multi-statement-allow: true |
|
|
|
|
only-show-slow-sql: false |
|
|
|
|
redis: |
|
|
|
|
key-prefix: 'a:' |
|
|
|
|
key-prefix: 'at:' |
|
|
|
|
host: 127.0.0.1 |
|
|
|
|
servlet: |
|
|
|
|
multipart: |
|
|
|
|
max-file-size: 100MB |
|
|
|
|
max-request-size: 100MB |
|
|
|
|
# location: /opt/air/tmp_files |
|
|
|
|
location: /opt/air/tmp_files |
|
|
|
|
freemarker: |
|
|
|
|
allow-request-override: false |
|
|
|
|
allow-session-override: false |
|
|
|
@ -48,8 +49,6 @@ spring:
|
|
|
|
|
expose-spring-macro-helpers: true |
|
|
|
|
prefer-file-system-access: true |
|
|
|
|
suffix: .ftl |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
template-loader-path: classpath:/templates/ |
|
|
|
|
cache: |
|
|
|
|
redis: |
|
|
|
@ -85,7 +84,8 @@ security:
|
|
|
|
|
- /applets/landlisted/calendar/** |
|
|
|
|
- /applets/landlisted/list/** |
|
|
|
|
- /cityArea/** |
|
|
|
|
- /** |
|
|
|
|
- /planSpot/getSpotListByPlanId/** |
|
|
|
|
# - /** |
|
|
|
|
|
|
|
|
|
# 文件系统 |
|
|
|
|
minio: |
|
|
|
@ -108,7 +108,7 @@ logging:
|
|
|
|
|
#内置字典允许编辑 |
|
|
|
|
sys.dict.modify.enable: true |
|
|
|
|
#注册接口[register/mobile]需要图片验证码 |
|
|
|
|
sys.register.mobileRegisterNeedGraphCode: true |
|
|
|
|
sys.register.mobileRegisterNeedGraphCode: false |
|
|
|
|
#注册接口[register/mobile]不需要短信验证码 |
|
|
|
|
sys.register.mobileRegisterNeedSmsCode: false |
|
|
|
|
#社交登录[social/register-bind]不需要短信验证码 |
|
|
|
@ -132,5 +132,4 @@ swagger:
|
|
|
|
|
ignore: |
|
|
|
|
clients: |
|
|
|
|
- app |
|
|
|
|
#启用定时任务 |
|
|
|
|
#scheduling.enabled: true |
|
|
|
|
|
|
|
|
|