Challenges

Spring Boot by default uses Tomcat on port 8080. Can we use the Jetty server on port 7070?

We'll cover the following

Problem statement

The strategic direction from our organization is to use the Jetty server for all the applications. In order to make the Elite Club application abide by those standards, it should be upgraded to use Jetty instead of Tomcat.

Initially, let’s try to solve it on our own. If we get stuck, we can always refer to the provided hint.

Implement the changes in the below application.

Good luck!

Get hands-on with 1200+ tech skills courses.