跳至主要內容

SpringCloud文档-knife4j

wangdx小于 1 分钟

knife4j 文档

// https://mvnrepository.com/artifact/com.github.xiaoymin/knife4j-openapi2-spring-boot-starter
implementation group: 'com.github.xiaoymin', name: 'knife4j-openapi2-spring-boot-starter', version: '4.5.0'
// https://mvnrepository.com/artifact/com.github.xiaoymin/knife4j-openapi3-spring-boot-starter
implementation group: 'com.github.xiaoymin', name: 'knife4j-openapi3-spring-boot-starter', version: '4.5.0'
// https://mvnrepository.com/artifact/cn.hutool/hutool-all
implementation group: 'cn.hutool', name: 'hutool-all', version: '5.8.26'

demo


上次编辑于: