Category: Jetty
Spring Boot – Jetty as embedded server
By default, Spring Boot use Tomcat as the default embedded server, to change it to Jetty, just exclude Tomcat and include Jetty in pom.xml . From the dependency: spring-boot-starter-web, we exclude the artifactId spring-boot-starter-tomcat and include the new artifactId spring-boot-starter-jetty