@@ -1,6 +1,6 @@
spring:
profiles:
- active: dev
+ active: @spring.profiles.active@
jackson:
date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8
@@ -1,6 +1,9 @@
+ jackson:
+ date-format: yyyy-MM-dd HH:mm:ss
+ time-zone: GMT+8
mybatis:
mapper-locations: classpath:mapper/*.xml