Summarising Your Spring Boot Project

There are some resources in this section that you can take a look at.

Summary and Resources

In this tutorial we used the New Project Wizard in IntelliJ IDEA to create a Spring Boot project with the Spring Web dependency.

We created a Spring Controller and served some text to the local Tomcat webserver. Finally, we added a test for our HTTP call.

Resources

Related Links