I am developing an application using spring boot with embedded tomcat. Once I build this app in to jar file, I can run the application without any issue. However, I need this application to be wrapped as a windows executable file. And my requirements are as follows.
- Should be able to wrap the jar file as a windows exe file
- All class files should be hidden or encrypted
Has anyone done this before? Any suggested tool for this?