You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After obfuscate of multiple modules, there appears code that is not obfuscate
As shown in the picture
fzhx-starter-core refers to fzhx-core, and the proguard man plugin is added to fzhx-starter-core. The complete pom is.
It can be seen that fzhx-core is configured in the assembly to package fzhx-starter-core.
In addition, I introduced fzhx-starter-core in spring-boot-test
spring-boot-test pom is
but found that all dependencies in spring-boot-test depend on fzhx-core, which is not confused.
fzhx-starter-core contains obfuscated fzhx-core code, which may cause problems. How can I solve this problem?
Thank you very much! Is my usage incorrect?
The text was updated successfully, but these errors were encountered:
After obfuscate of multiple modules, there appears code that is not obfuscate
As shown in the picture
fzhx-starter-core refers to fzhx-core, and the proguard man plugin is added to fzhx-starter-core. The complete pom is.
It can be seen that fzhx-core is configured in the assembly to package fzhx-starter-core.
In addition, I introduced fzhx-starter-core in spring-boot-test
spring-boot-test pom is
but found that all dependencies in spring-boot-test depend on fzhx-core, which is not confused.
fzhx-starter-core contains obfuscated fzhx-core code, which may cause problems. How can I solve this problem?
Thank you very much! Is my usage incorrect?
The text was updated successfully, but these errors were encountered: