| 12345678910111213141516171819 |
- spring:
- profiles:
- active: frame, system
- messages:
- encoding: UTF-8
- mybatis :
- mapperLocations : classpath*:mybatis/*/*.xml
- executor-type : reuse
- type-aliases-package : com.*.model
- configuration :
- map-underscore-to-camel-case : true
- logging:
- level:
- root: ERROR
- org.springframework: ERROR
- org.mybatis: ERROR
|