Tag: springboot
- @SpringBootApplication
Placed on the main class of a Spring Boot application.
- Create Project
Visit [Spring Initializr](https://start.spring.io/) to generate your boilerplate source code{:width="1000"}{:.centered}
Make sure you have a suitable version of [JDK](https://www.oracle.com/sg/java/technologies/downloads/) installed e.g. 22