【发布时间】:2020-06-25 23:26:54
【问题描述】:
我正在努力使用 yguard 和 gradle 脚本解决 Spring Boot jar 混淆问题。但经过长时间的努力,直到现在还没有成功。
谁能给我一些好的文档或示例
混淆适用于普通 jar ,但在添加 spring boot jar 后会出现很多问题。 我没有混淆 org(boot jar 中的 spring boot loader 类)文件夹。 我收到错误...
Caused by: java.lang.IllegalStateException: Unable to open nested entry 'BOOT-INF/lib/HikariCP-3.4.2.jar'. It has been compressed and nested jar files must be stored without compression. Please check the mechanism used to create your executable jar file
【问题讨论】:
标签: java spring-boot gradle obfuscation yguard