docker docker-compose
git clone https://github.com/danielalejandrohc/java-spring-boot-microservice-and-jsf.git cd java-spring-boot-microservice-and-jsf
sh build.sh
docker-compose up
Try the app: http://localhost:5000/movies.xhtml Login: user: admin password: admin
Rest operations
http://localhost:8080/movies GET is an endpoint with no authentication PUT user: admin, password: admin POST user: admin, password: admin DELETE user: admin, password: admin