赞
踩
如果你想打包 springboot 子模块并且防止反编译,你可以使用 Proguard 来混淆代码。Proguard 是一个 Java 的混淆器和优化工具,可以在打包应用程序时将代码进行混淆,使得反编译变得困难。
要使用 Proguard,你需要在你的 pom.xml 文件中加入 Proguard 的依赖:
- <build>
- <plugins>
- <plugin>
- <groupId>com.github.wvengen</groupId>
- <artifactId>proguard-maven-plugin</artifactId>
- <ve
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。