Sample CRUD application storing movies.
- To Run this project locally:
$ mvn spring-boot:run
- To build and run from executable jar:
$ mvn package $ java -jar target/movies-<version>.jar
- To access application, open: http://localhost:8081/movies
- To access swagger-ui, open: http://localhost:8081/swagger-ui.html