can anyone recommend me a webserver or application...
# server
d
can anyone recommend me a webserver or application server, well something that I can deploy my Spring Boot project into
r
Spring Boot projects don't need any application server.
b
Yep, they're just fat executive jars. All you need is JRE. Then you can just run with java -jar my-app.jar
d
b
You don't need to do that.
Copying jars and shit - unnecessary.