Practical exersice for "AC"
- protocol -- http
- host -- localhost
- port -- 8889
- Install docker
- Install gradle
- Execute command in the root of the project
gradle clean build
docker-compose up
- URL format -- {{protocol}}://{{host}}:{{port}}/dev-ms-ucf
- Example url for dev environment -- http://localhost:8889/dev-ms-ucf-client/swagger-ui/index.html
In the Postman Collection the authentication for the client is disabled so the code is adding the headers dynamically
Please with Spring Boot use the dev profile