Files
afis-recall/afis-recall-web/src/main/resources/application.yml
T
2023-05-08 19:24:38 +08:00

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