Browse Source

feat:升级springdoc-openapi-starter-webmvc-ui:2.8.6

tags/freeze
白凤吉 3 months ago
parent
commit
6bcd5b5057
  1. 3
      build.gradle

3
build.gradle

@ -27,7 +27,8 @@ dependencies {
implementation 'com.baomidou:mybatis-plus-generator:3.5.10.1' implementation 'com.baomidou:mybatis-plus-generator:3.5.10.1'
implementation 'com.baomidou:mybatis-plus-jsqlparser:3.5.10.1' implementation 'com.baomidou:mybatis-plus-jsqlparser:3.5.10.1'
implementation 'com.github.xiaoymin:knife4j-openapi3-jakarta-spring-boot-starter:4.5.0' implementation 'com.github.xiaoymin:knife4j-openapi3-jakarta-spring-boot-starter:4.5.0'
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
implementation 'jakarta.annotation:jakarta.annotation-api:3.0.0'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.6'
implementation 'org.freemarker:freemarker:2.3.34' implementation 'org.freemarker:freemarker:2.3.34'
implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.4' implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.4'
implementation 'org.springframework.boot:spring-boot-starter' implementation 'org.springframework.boot:spring-boot-starter'

Loading…
Cancel
Save