|
@@ -16,9 +16,11 @@ global:
|
|
kaptcha-enable: true #是否开启验证码,true为开启,false为关闭
|
|
kaptcha-enable: true #是否开启验证码,true为开启,false为关闭
|
|
|
|
|
|
spring:
|
|
spring:
|
|
- # 环境 dev:开发环境|test:测试环境|prod:生成环境
|
|
|
|
|
|
+ # 环境 sit:集成测试环境|pre:预生产环境|prd:生成环境
|
|
profiles:
|
|
profiles:
|
|
active: sit
|
|
active: sit
|
|
|
|
+ mvc:
|
|
|
|
+ static-path-pattern: /static/**
|
|
# jackson时间格式化
|
|
# jackson时间格式化
|
|
jackson:
|
|
jackson:
|
|
time-zone: GMT+8
|
|
time-zone: GMT+8
|