16 lines
345 B
YAML
16 lines
345 B
YAML
|
|
#spring:
|
|
# jackson:
|
|
# date-format: yyyy-MM-dd HH:mm:ss
|
|
# time-zone: GMT+8
|
|
|
|
mybatis-plus:
|
|
#MyBaits 别名包扫描路径,通过该属性可以给包中的类注册别名
|
|
configuration:
|
|
# 打印控制台
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
|
spring:
|
|
freemarker:
|
|
settings:
|
|
classic_compatible: true |