You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
559 B
YAML

3 years ago
server:
port: 9995
spring:
profiles:
3 years ago
active: dev
3 years ago
mybatis-plus:
mapperPackage: com.glxp.udi.admin.dao.*
mapper-locations: classpath:mybatis/mapper/*/*.xml
type-aliases-package: com.glxp.udi.admin.entity
check-config-location: false
configuration:
map-underscore-to-camel-case: false #不使用驼峰命名
auto-mapping-unknown-column-behavior: none
auto-mapping-behavior: partial
log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
use-column-label: true # 是否可以使用列别名
global-config:
banner: true