How to run spring boot app as windows service (winsw)
Step 1: Download WinSW
Go to the WinSW GitHub Releases page.
Download the latest .exe file (e.g., WinSW-x64.exe).
Step 2: Rename the .exe File
Rename the downloaded .exe file to match your application name. For example:
If your Spring Boot app...
shohanur.hashnode.dev2 min read