1.

What Embedded Containers Does Spring Boot Support?

Answer»

Spring Boot includes support for embedded TOMCAT, Jetty, and Undertow SERVERS. By DEFAULT the embedded SERVER will listen for HTTP requests on PORT 8080.

Spring Boot includes support for embedded Tomcat, Jetty, and Undertow servers. By default the embedded server will listen for HTTP requests on port 8080.



Discussion

No Comment Found