Skip to content

fouomene/poc-spring-with-webapp-gestionmateriel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Java - 1.8.x or greater

  2. 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 : test@test.com
Password : test

Swagger OpenAPI definition

http://localhost:8282/swagger-ui/index.html?configUrl=/v3/api-docs/swagger-config

alt text

alt text

alt text

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.