|
@@ -118,7 +118,7 @@
|
|
<artifactId>knife4j-doc-spring-boot-starter</artifactId>
|
|
<artifactId>knife4j-doc-spring-boot-starter</artifactId>
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
</dependency>
|
|
</dependency>
|
|
-
|
|
|
|
|
|
+
|
|
<!-- <!– WebFlux 文档支持 –>-->
|
|
<!-- <!– WebFlux 文档支持 –>-->
|
|
<!-- <dependency>-->
|
|
<!-- <dependency>-->
|
|
<!-- <groupId>org.springdoc</groupId>-->
|
|
<!-- <groupId>org.springdoc</groupId>-->
|
|
@@ -153,6 +153,10 @@
|
|
</goals>
|
|
</goals>
|
|
</execution>
|
|
</execution>
|
|
</executions>
|
|
</executions>
|
|
|
|
+ <configuration>
|
|
|
|
+ <classifier>boot</classifier>
|
|
|
|
+ <mainClass>cn.hfln.framework.gateway.GatewayApplication</mainClass>
|
|
|
|
+ </configuration>
|
|
</plugin>
|
|
</plugin>
|
|
</plugins>
|
|
</plugins>
|
|
</build>
|
|
</build>
|