|
@@ -1,7 +1,7 @@
|
|
api.version: api/v1/rms
|
|
api.version: api/v1/rms
|
|
spring:
|
|
spring:
|
|
profiles:
|
|
profiles:
|
|
- include: ${SPRING_PROFILES:dev}
|
|
|
|
|
|
+ include: ${SPRING_PROFILES:prod}
|
|
jackson:
|
|
jackson:
|
|
date-format: yyyy-MM-dd HH:mm:ss
|
|
date-format: yyyy-MM-dd HH:mm:ss
|
|
time-zone: GMT+8
|
|
time-zone: GMT+8
|
|
@@ -58,7 +58,4 @@ mybatis:
|
|
configuration:
|
|
configuration:
|
|
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
mapUnderscoreToCamelCase: true
|
|
mapUnderscoreToCamelCase: true
|
|
- call-setters-on-nulls: true
|
|
|
|
-
|
|
|
|
-server:
|
|
|
|
- port: 8060
|
|
|
|
|
|
+ call-setters-on-nulls: true
|