this is simple assignment application developed in spring boot.
Techologies
- Spring Boot
- Thymeleaf
- H2 database
- Html
Getting Started These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
Java 1.8 Maven
Installing
Usage (with eclipse): 1.) Clone the project 2.) Eclipse: File -> Import -> Maven -> Existing Maven Projects 3.) Run 4.) Navigate to http://localhost:8080
Application contains two demo users: user/user (role=USER) and admin/admin (role=ADMIN)
Running the tests
this project do not have automation suit but when you do mvn clean install it will run junit test cases
Give an example
this is application is followed coding standards recommended by SonarLint and checkstyle
Built With Maven - Dependency Management
Run
mvn clean install
mvn spring-boot:run
Authors
Sampath Peyyila
Refreces