Use Jetty instead of Tomcat in Spring Boot application
Spring Boot App Server Spring Boot web starter uses Tomcat as the default embedded servlet container or Tomcat is the default embedded server. So you don’t need to…
Spring Boot App Server Spring Boot web starter uses Tomcat as the default embedded servlet container or Tomcat is the default embedded server. So you don’t need to…
In this post I will show you how to use Jetty server with Junit test case and how to deploy web application using Java program in Junit test.…
Introduction This tutorial is all about to deploy a web application in embedded Jetty web container. Therefore, you do not need to deploy it manually into the external…