I have a Spring Boot Web Application containing Rest services with build tool Maven. On using the install/package command, it generates .jar file under /target folder.
I have tried a couple of tools like Launch4J,JSmooth etc. the generated EXE doesn't work. I am trying to convert my Spring Boot Web Application to an .EXE for Windows. I am looking for a solution where I can configure EXE generation in POM file.
Thanks.