poc-spring-with-webapp-gestionmateriel
poc-spring-with-webapp-gestionmateriel copied to clipboard
POC Spring with WebApp Gestion Materiel which implements Spring Security , JWT, Spring Boot, DATA, Thymeleaf, Selenium, Cucumber, Gherkin , AOP, TDD
GestionMateriel
POC Spring with WebApp Gestion Materiel which implements Spring Security , JWT, Spring Boot, DATA, Thymeleaf, Selenium, Cucumber, Gherkin , AOP, TDD
Spring Boot APP
Requirements
-
Java - 1.8.x or greater
-
Maven - 3.x.x
Steps to Setup
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 : [email protected]
Password : test
Swagger OpenAPI definition
http://localhost:8282/swagger-ui/index.html?configUrl=/v3/api-docs/swagger-config



Authors and acknowledgment
Show your appreciation to those who have contributed to the project.
License
For open source projects, say how it is licensed.
Project status
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.