#IBFGSI knife4j bug

This commit is contained in:
shimingxy 2025-01-06 09:07:02 +08:00
parent e2527ab13a
commit 4e72231bb9
2 changed files with 10 additions and 8 deletions

View File

@ -415,11 +415,12 @@ subprojects {
//webjars //webjars
implementation group: 'org.webjars', name: 'webjars-locator-core', version: "${webjarslocatorcoreVersion}" implementation group: 'org.webjars', name: 'webjars-locator-core', version: "${webjarslocatorcoreVersion}"
implementation group: 'org.webjars', name: 'webjars-locator', version: "${webjarslocatorVersion}" implementation group: 'org.webjars', name: 'webjars-locator', version: "${webjarslocatorVersion}"
implementation group: 'org.webjars', name: 'webjars-locator-lite', version: "${webjarslocatorliteVersion}"
implementation group: 'org.webjars', name: 'swagger-ui', version: "${swaggeruiVersion}" implementation group: 'org.webjars', name: 'swagger-ui', version: "${swaggeruiVersion}"
//knife4j //knife4j
implementation group: 'com.github.xiaoymin', name: 'knife4j-core', version: "${knife4jVersion}" //implementation group: 'com.github.xiaoymin', name: 'knife4j-core', version: "${knife4jVersion}"
implementation group: 'com.github.xiaoymin', name: 'knife4j-openapi3-ui', version: "${knife4jVersion}" //implementation group: 'com.github.xiaoymin', name: 'knife4j-openapi3-ui', version: "${knife4jVersion}"
implementation group: 'com.github.xiaoymin', name: 'knife4j-openapi3-jakarta-spring-boot-starter', version: "${knife4jVersion}" //implementation group: 'com.github.xiaoymin', name: 'knife4j-openapi3-jakarta-spring-boot-starter', version: "${knife4jVersion}"
//local jars //local jars
implementation fileTree(dir: "${rootDir}/maxkey-lib/", include: '*.jar') implementation fileTree(dir: "${rootDir}/maxkey-lib/", include: '*.jar')
} }

View File

@ -201,12 +201,13 @@ JustAuthVersion =1.16.5
simplehttpVersion =1.0.5 simplehttpVersion =1.0.5
casclientVersion =4.0.4 casclientVersion =4.0.4
#doc #doc
swaggerV3Version =2.2.21 swaggerV3Version =2.2.27
classgraphVersion =4.8.149 classgraphVersion =4.8.179
webjarslocatorcoreVersion =0.58 webjarslocatorcoreVersion =0.59
webjarslocatorVersion =0.52 webjarslocatorVersion =0.52
swaggeruiVersion =5.15.0 webjarslocatorliteVersion =1.0.1
springdocVersion =2.0.4 swaggeruiVersion =5.18.2
springdocVersion =2.7.0
knife4jVersion =4.5.0 knife4jVersion =4.5.0
#sdk #sdk
aliyunjavasdkcoreVersion =4.6.4 aliyunjavasdkcoreVersion =4.6.4