- This is a bare minimum project uses Spring Boot Web, used for understanding how Spring Boot works as well as the default behaviour of Spring Boot.
./mvnw spring-boot:run
and openhttp://localhost:8080/hello-world
- Or run
main()
inSpringBootWebApplication
in IDE directly
- Spring Boot 3.3.2