[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的文件夹中,该文件夹 与原始目录结构不同。解决此问题的最佳方法是什么?