add:添加示教接口
This commit is contained in:
18
src/main/resources/config/application.yml
Normal file
18
src/main/resources/config/application.yml
Normal 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
|
||||
Reference in New Issue
Block a user