application.yml
562 Bytes
server:
port: 8087
servlet:
context-path: /task-schedule
spring:
application:
name: task-schedule
profiles:
active: @activatedProperties@
messages:
basename: message
mybatis:
mapper-locations:
- classpath*:com/fedex/export/**/mapper/*.xml
- classpath*:com/fedex/export/**/mapper/log/*.xml
- classpath*:com/fedex/export/**/mapper/sys/*.xml
configuration:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
#开启驼峰与下划线转换
map-underscore-to-camel-case: true
call-setters-on-nulls: true