diff --git a/README.md b/README.md index c896bbe..2315251 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,12 @@ - Spring Security - JWT +### Postman + +``` +Import postman collection under postman_collection folder +``` + ### Prerequisites @@ -243,6 +249,17 @@ $ mvn clean install $ mvn spring-boot:run ``` +--- +### Docker Image Location + +``` +https://hub.docker.com/repository/docker/noyandocker/springbootmicroserviceswithsecurityeurekaserver/general +https://hub.docker.com/repository/docker/noyandocker/springbootmicroserviceswithsecurityapigateway/general +https://hub.docker.com/repository/docker/noyandocker/springbootmicroserviceswithsecurityauthservice/general +https://hub.docker.com/repository/docker/noyandocker/springbootmicroserviceswithsecurityuserservice/general +https://hub.docker.com/repository/docker/noyandocker/springbootmicroserviceswithsecurityproductservice/general +``` + ### Screenshots
diff --git a/postman_requests/Spring Boot Microservices with JWT Example.postman_collection.json b/postman_collection/Spring Boot Microservices with JWT Example.postman_collection.json similarity index 100% rename from postman_requests/Spring Boot Microservices with JWT Example.postman_collection.json rename to postman_collection/Spring Boot Microservices with JWT Example.postman_collection.json