update 升级 springboot 2.6.X 解决 springfox 兼容性问题

This commit is contained in:
疯狂的狮子li
2022-01-13 11:07:09 +08:00
parent 9a5cea2b23
commit ff4a429136
3 changed files with 49 additions and 10 deletions

View File

@ -79,6 +79,10 @@ spring:
thymeleaf:
# 将系统模板放置到最前面 否则会与 springboot-admin 页面冲突
template-resolver-order: 1
mvc:
pathmatch:
# 适配 boot 2.6 路由与 springfox 兼容
matching-strategy: ANT_PATH_MATCHER
jackson:
# 日期格式化
date-format: yyyy-MM-dd HH:mm:ss