A Rest API with basic functionalities
- JRE 11
- Apache Maven
make build runmake run-dependenciesRun: br.com.fs.api.movies.ApiMoviesExampleApplication.java
Access url: http://localhost:8080/
Before proceeding, stop all related containers
make testor
mvn clean testWill clean related dockers containers, networks and disks
make clean