Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rblcoder/bookstore


https://github.com/rblcoder/bookstore

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# bookstore

## To access swagger ui
Use http://localhost/swagger-ui.html

## Dockerizing Spring boot
Commands:

docker image build -t bookshop .

docker run -it -d -p 80:80 IMAGE_ID --server.port=80

Reference:

https://blog.devgenius.io/dockerizing-spring-app-with-gradle-3b6fbd650bf7