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

<dev>

parent 5e38883b
Pipeline #35389 passed with stages
in 51 seconds
......@@ -84,4 +84,4 @@ tag_release:
allow_failure: false
script:
- 'bash /cicd-script/maven/cache_clear.sh'
- 'bash /cicd-script/maven/tag_release.sh api-service-getway'
- 'bash /cicd-script/maven/tag_release.sh api-service-gateway'
......@@ -55,5 +55,7 @@
<artifactId>docker-maven-plugin</artifactId>
</plugin>
</plugins>
<directory>../target</directory>
</build>
</project>
\ No newline at end of file
  • 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