Appendix

Let’s look at few ways to start the todo application.

Spring Boot project setup

Using Spring initializr website

Go to Spring initializr’s website to create a Spring Boot project. You can choose any of the Maven and Gradle build tools. However, to follow the course closely, we’ll advise using Gradle, as it offers easy setup and less boilerplate configuration. Next, choose the latest Spring Boot’s stable versionThe stable version is the release candidate (RC) for production that has passed all verifications/tests. by selecting the most recent release ...

Get hands-on with 1400+ tech skills courses.