https://github.com/romanow/scc-warehouse
Warehouse Service
https://github.com/romanow/scc-warehouse
kotlin spring-boot spring-cloud-contract
Last synced: 2 months ago
JSON representation
Warehouse Service
- Host: GitHub
- URL: https://github.com/romanow/scc-warehouse
- Owner: Romanow
- Created: 2019-11-21T09:07:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-15T19:38:36.000Z (almost 4 years ago)
- Last Synced: 2025-03-09T15:54:34.477Z (over 1 year ago)
- Topics: kotlin, spring-boot, spring-cloud-contract
- Language: Kotlin
- Homepage:
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Warehouse Service
```shell
# run once, it create DB services with schemas
docker compose up -d postgres
# build and run tests
./gradlew clean build
./gradlew bootRun
# open in browser http://localhost:8080/swagger-ui.html
```
Client stubs generated [contract tests](src/contractTest/resources/contracts).