Java Spring Boot Project
A Spring Web MVC application that renders thymeleaf templates as HTML. Supports integration with spring security and provides login logout support. Uses Spring Data to persist data into the MYSQL db.
Prerequisites
- JDK 11 and JAVA_HOME environment variable set
Building the project
Clone the repository:
git clone https://github.com/purshink/tracking-system-simple-spring-thymeleaf-app
Navigate to the newly created folder:
cd tracking-system-simple-spring-thymeleaf-app
Run the project with:
./mvnw clean spring-boot:run
Navigate to:
[http://localhost:8080](http://localhost:8080/)