# A sample Spring Web application A sample Spring Web application that uses Spring Boot, Spring Security and Thymeleaf for front end ## Details * This application uses the HSQLDB DB. * It uses Spring Boot to create REST endpoints and integrates with thymeleaf views * It uses Maven and Java11 to build and run. ## How to run * Clone this project * Use maven command: `mvn clean verify spring-boot:run` * The application should run at `http://localhost:8090`