|
@@ -1,7 +1,7 @@
|
|
|
api.version: api/v1/oms
|
|
|
spring:
|
|
|
profiles:
|
|
|
- include: ${SPRING_PROFILES:prod}
|
|
|
+ include: ${SPRING_PROFILES:dev}
|
|
|
jackson:
|
|
|
date-format: yyyy-MM-dd HH:mm:ss
|
|
|
time-zone: GMT+8
|
|
@@ -44,12 +44,6 @@ redis:
|
|
|
database: 0
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
mybatis:
|
|
|
type-aliases-package: com.steerinfo.dil.model
|
|
|
mapper-locations: classpath:com/steerinfo/dil/mapper/*.xml
|