POC Spring with WebApp Gestion Materiel which implements Spring Security , JWT, Spring Boot, DATA, Thymeleaf, Selenium, Cucumber, Gherkin , AOP, TDD
-
Java - 1.8.x or greater
-
Maven - 3.x.x
1. Clone the application
https://github.com/fouomene/poc-spring-with-webapp-gestionmateriel.git
2. Build and run the app using maven
mvn package
java -jar target/*.jar
Alternatively, you can run the app directly without packaging like this -
mvn spring-boot:run
The app will start running at http://localhost:8282.
http://localhost:8282
Default account
Login : test@test.com
Password : test
Swagger OpenAPI definition
http://localhost:8282/swagger-ui/index.html?configUrl=/v3/api-docs/swagger-config
Show your appreciation to those who have contributed to the project.
For open source projects, say how it is licensed.
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.