Commit 2f5ada9a authored by 李欣峰's avatar 李欣峰

<dev>

parent 2c4391c0
Pipeline #35391 failed with stages
in 53 seconds
...@@ -10,7 +10,16 @@ ...@@ -10,7 +10,16 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>api-service-gateway</artifactId> <artifactId>api-service-gateway</artifactId>
<packaging>jar</packaging> <packaging>war</packaging>
<properties>
<!-- 发布的输出格式 -->
<pkg.format>tar.gz</pkg.format>
<!-- 最终出包将以APP_ID作为标识命名 -->
<pkg.app.id>api-service</pkg.app.id>
<!-- 此处修改为你的SpringBoot 启动类,也可直接用默认的 -->
<mainClass>com.zorkdata.apiservice.gateway.ApiServiceGatewayApplication</mainClass>
</properties>
<dependencies> <dependencies>
<!--gateway 网关依赖,内置webflux 依赖--> <!--gateway 网关依赖,内置webflux 依赖-->
......
  • SonarQube analysis reported 5 issues

    • 1 major
    • 🔽 4 minor

    Note: The following issues were found on lines that were not modified in the commit. Because these issues can't be reported as line comments, they are summarized here:

    1. Add a private constructor to hide the implicit public one. 📘
    2. 🔽 Remove this unused import 'org.springframework.context.ApplicationContext'. 📘
    3. 🔽 Remove this unused import 'java.util.Map'. 📘
    4. 🔽 Remove this unused import 'javax.validation.Valid'. 📘
    5. 🔽 Make this member "protected". 📘
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment