Practical exersice for "AC"
- protocol -- http
- host -- localhost
- port -- 8888
- 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:8888/dev-ms-ucf/swagger-ui/index.html
- Docker integration of the microservice
- Docker compose created for fast testing
- Using liquibase for database versioning
- Using MapStruct and Lombook
- Using Spring Boot Envers for tracking operations over the entities
- Using swagger for endpoint documentation and OPEN API
- Postman collection added to the main root of the project
- user: admin
- password: a9165173-3c38-4c71-b8db-a8152a61f2a3
Please with Spring Boot use the dev profile