标签: security spring-boot
我能够使用maven构建独立的spring boot jar文件,并能够使用
java -jar <jarname>
我想对此jar文件添加安全性,以至于没有人能够解压缩jar文件并查看我的类/代码。
如何实现?