大改:重构项目
This commit is contained in:
@@ -13,6 +13,22 @@ spring:
|
||||
main:
|
||||
allow-circular-references: true
|
||||
|
||||
# 修复 Springfox 与 Spring Boot 2.6+ 兼容性问题
|
||||
mvc:
|
||||
pathmatch:
|
||||
matching-strategy: ant_path_matcher
|
||||
|
||||
# 启用 SpringDoc OpenAPI
|
||||
springdoc:
|
||||
api-docs:
|
||||
enabled: true
|
||||
swagger-ui:
|
||||
enabled: true
|
||||
|
||||
# 启用 Knife4j
|
||||
knife4j:
|
||||
enable: true
|
||||
|
||||
# 连接池配置
|
||||
datasource:
|
||||
druid:
|
||||
|
||||
Reference in New Issue
Block a user