简体   繁体   中英

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM