Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanv92/spring-pet-clinic
Spring (pet clinic)
https://github.com/sanv92/spring-pet-clinic
Last synced: about 2 months ago
JSON representation
Spring (pet clinic)
- Host: GitHub
- URL: https://github.com/sanv92/spring-pet-clinic
- Owner: sanv92
- Created: 2018-10-14T18:29:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-27T01:13:57.000Z (about 6 years ago)
- Last Synced: 2024-05-07T18:25:45.122Z (8 months ago)
- Language: Java
- Homepage:
- Size: 256 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Build with Gradle
./gradlew build## Run jar file in Docker container
docker build -t pet-clinic .
docker run --rm -it -p 8085:8080 pet-clinic