feat: 定时同步物料

This commit is contained in:
2023-10-20 11:21:54 +08:00
parent f961f6114e
commit 16155f87ca
5 changed files with 29 additions and 8 deletions

View File

@@ -42,7 +42,7 @@ spring:
freemarker:
check-template-location: false
profiles:
active: prod
active: dev
jackson:
time-zone: GMT+8
data:
@@ -122,6 +122,7 @@ security:
mybatis-plus:
configuration:
map-underscore-to-camel-case: false
jdbc-type-for-null: null
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
mapper-locations:
- classpath:org.nl.**.mapper/*.xml