小编Ndz*_*una的帖子

spring boot proguard 警告:错误命名的文件中有 184 个类

[proguard] Warning: there were 184 classes in incorrectly named files.
 [proguard]          You should make sure all file names correspond to their class names.
 [proguard]          The directory hierarchies must correspond to the package hierarchies.
 [proguard]          (http://proguard.sourceforge.net/manual/troubleshooting.html#unexpectedclass)
 [proguard]          If you don't mind the mentioned classes not being written out,
 [proguard]          you could try your luck using the '-ignorewarnings' option.
 [proguard] Error: Please correct the above warnings first.
Run Code Online (Sandbox Code Playgroud)

Spring boot 似乎将我的类文件编译到一个名为BOOT-INF/classes的文件夹中,该文件夹 与原始目录结构不同。解决此问题的最佳方法是什么?

java obfuscation spring proguard spring-boot

5
推荐指数
1
解决办法
1214
查看次数

标签 统计

java ×1

obfuscation ×1

proguard ×1

spring ×1

spring-boot ×1