first commit

This commit is contained in:
zc
2026-06-12 14:59:24 +08:00
commit 7ea86a123c
405 changed files with 25730 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
--- ### Spring 配置
spring:
application:
name: wms-admin-schedule-server
## 环境配置
profiles:
# 启用的环境
active: dev
--- ### 日志配置
logging:
config: classpath:logback-spring.xml