<dependency>
<groupId>io.github.panxiaochao</groupId>
<artifactId>pxc-framework-springdoc</artifactId>
<version>2022-2.7-1.3</version>
</dependency>
libraryDependencies += "io.github.panxiaochao" % "pxc-framework-springdoc" % "2022-2.7-1.3"
@Grapes(
@Grab(group='io.github.panxiaochao', module='pxc-framework-springdoc', version='2022-2.7-1.3')
)
<dependency org="io.github.panxiaochao" name="pxc-framework-springdoc" rev="2022-2.7-1.3" />
<parent> <groupId>io.github.panxiaochao</groupId> <artifactId>pxc-framework-parent</artifactId> <version>2022-2.7-1.3</version> </parent>
compile
|-- org.springdoc:springdoc-openapi-ui
|-- com.github.xiaoymin:knife4j-openapi3-spring-boot-starter:4.0.0
provided
|-- org.springframework.boot:spring-boot-configuration-processor