Simple REST backend app based on Spring Boot
825
This is a simple REST service based on Spring Boot. It serves as the backend for the todo-frontend (bendahl/todo-frontend). In order to simplify testing the service, Swagger is also included. The service listens on port 8081. In order to start the container use:
docker run -d --name backend -p 8081:8081 bendahl/todo-backend
The source code along with more detailed information and instructions can be found on Github: https://github.com/bendahl/docker-todo
Content type
Image
Digest
Size
108.2 MB
Last updated
almost 7 years ago
docker pull bendahl/todo-backend