79619050

Date: 2025-05-13 06:25:18
Score: 0.5
Natty:
Report link

you should ensure the proguard-maven-plugin runs before spring-boot-maven-plugin,just edit pom.xml and reorder plugin.

<plugin>
   proguard plugin...before spring plugin
</plugin>

<plugin>
  spring maven repackage plugin...
</plugin>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: 桃桃桃子