Tours Backend using Spring Boot, Spring Security Basic Authentication
- Edit DB connection at "tours-spring-backend/src/main/resources/application.properties"
- Go to root project folder
- Run "mvn spring-boot:run"
- GET http://localhost:8080/users/save?username=admin&password=admin12&role=ROLE_ADMIN
- GET http://localhost:8080/users/save?username=john&password=john12&role=ROLE_USER
-Admin Role-
- POST http://localhost:8080/tours/refresh Request body : { "filter": "london" }
-User Role-