New Project Settings
Spring Web
Spring Web MVC framework (including RESTful)
can create @Controller or @RestController beans to handle incoming HTTP requests
methods in controller are mapped to HTTP by using @RequestMapping
https://spring.io/guides/gs/serving-web-content/
Thymeleaf
Thymeleaf is a modern server-side Java template engine for both web and standalone environments.
Spring Security
Spring Security is a powerful and highly customizable authentication and access-control framework.
https://spring.io/projects/spring-security
Build Tool - Maven
H2 Database Engine
https://www.h2database.com/html/main.html
# installation if needed
jieun brew install h2