mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-02-03 00:55:33 +08:00
优化swagger文档架构改造
This commit is contained in:
@ -306,7 +306,10 @@ logging:
|
||||
level:
|
||||
org.flywaydb: debug
|
||||
org.jeecg.modules.system.mapper: info
|
||||
#swagger
|
||||
# springdoc-openapi项目配置
|
||||
springdoc:
|
||||
auto-tag-classes: false
|
||||
packages-to-scan: org.jeecg
|
||||
knife4j:
|
||||
#开启增强配置
|
||||
enable: true
|
||||
|
||||
@ -140,6 +140,10 @@ spring:
|
||||
host: 127.0.0.1
|
||||
port: 6379
|
||||
password: ''
|
||||
# springdoc-openapi项目配置
|
||||
springdoc:
|
||||
auto-tag-classes: false
|
||||
packages-to-scan: org.jeecg
|
||||
#mybatis plus 设置
|
||||
mybatis-plus:
|
||||
mapper-locations: classpath*:org/jeecg/**/xml/*Mapper.xml
|
||||
|
||||
@ -154,6 +154,10 @@ spring:
|
||||
host: 127.0.0.1
|
||||
port: 6379
|
||||
password: ''
|
||||
# springdoc-openapi项目配置
|
||||
springdoc:
|
||||
auto-tag-classes: false
|
||||
packages-to-scan: org.jeecg
|
||||
#mybatis plus 设置
|
||||
mybatis-plus:
|
||||
mapper-locations: classpath*:org/jeecg/**/xml/*Mapper.xml
|
||||
|
||||
@ -184,6 +184,10 @@ spring:
|
||||
host: 127.0.0.1
|
||||
port: 6379
|
||||
password: ''
|
||||
# springdoc-openapi项目配置
|
||||
springdoc:
|
||||
auto-tag-classes: false
|
||||
packages-to-scan: org.jeecg
|
||||
#mybatis plus 设置
|
||||
mybatis-plus:
|
||||
mapper-locations: classpath*:org/jeecg/**/xml/*Mapper.xml
|
||||
|
||||
@ -184,6 +184,10 @@ spring:
|
||||
host: 192.168.1.188
|
||||
port: 6379
|
||||
password: ''
|
||||
# springdoc-openapi项目配置
|
||||
springdoc:
|
||||
auto-tag-classes: false
|
||||
packages-to-scan: org.jeecg
|
||||
#mybatis plus 设置
|
||||
mybatis-plus:
|
||||
mapper-locations: classpath*:org/jeecg/**/xml/*Mapper.xml
|
||||
|
||||
Reference in New Issue
Block a user