add:添加示教接口

This commit is contained in:
2025-07-04 18:06:42 +08:00
parent 414d6c14fc
commit 950e404e8b
26 changed files with 1564 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
spring:
profiles:
active: dev
jackson:
time-zone: GMT+8
mybatis-plus:
configuration:
map-underscore-to-camel-case: false
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
mapper-locations: classpath*:/mapper/**/*.xml
global-config:
banner: false
logging:
file:
path: logs
config: classpath:logback-spring.xml