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