Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个 SpringFramework WebApplication,现在我想分发它。一位客户要求我评估他自己服务器上的应用程序。我想保护我的加密源代码。可能吗?如果是,最好的工具是什么?使用它会有性能损失吗?
我们在发布的ant 任务中使用ProGuard,这使得类更难逆向工程。而且它的性能似乎更好。
请注意,所有基于注入注解的变量都应声明为,否则在ProGuardprivate处理后将无法正确注入。
private
1. ProGuard
2.阿帕奇蚂蚁