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
I referenced this guide to create this tutorial.
The New Project Wizard in IntelliJ IDEA Ultimate uses Spring Initializr to create the project behind the scenes.
There are lots of guides available on the Spring website that you can also have a play with. I recommend you work through more of them, especially if you're interested in Spring development and learning more.
You can read more about Spring Boot, and the project is also available on GitHub.
Finally, there are lots of excellent blogs from Marco Behler that you can explore (all under the Spring header).