Search code examples
javaspringjarjettyapplication-server

How i can develop spring web application with application server inside?


I want to do this case, but don't know which way i have to choose: Launch JAR file will launch Application Server on 8080 port and deploy my web-application to application server. How i can do this? Which way better?


Solution

  • Take a look to the Spring Boot. The feature is called as Embedded. Spring Boot supports: Tomcat, Jetty, and Undertow servers