Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rblcoder/bookstore
https://github.com/rblcoder/bookstore
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rblcoder/bookstore
- Owner: rblcoder
- License: mit
- Created: 2022-06-01T14:07:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-15T14:56:36.000Z (over 1 year ago)
- Last Synced: 2023-10-16T15:30:25.099Z (over 1 year ago)
- Language: Java
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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