https://github.com/rblcoder/bookstore
https://github.com/rblcoder/bookstore
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rblcoder/bookstore
- Owner: rblcoder
- License: mit
- Created: 2022-06-01T14:07:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-15T14:56:36.000Z (over 2 years ago)
- Last Synced: 2025-02-08T18:46:00.569Z (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