https://github.com/romanow/scc-delivery
Delivery Service
https://github.com/romanow/scc-delivery
kotlin spring-boot spring-cloud-contract
Last synced: 10 months ago
JSON representation
Delivery Service
- Host: GitHub
- URL: https://github.com/romanow/scc-delivery
- Owner: Romanow
- Created: 2019-11-25T09:47:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-15T19:38:51.000Z (almost 4 years ago)
- Last Synced: 2025-07-26T11:35:18.568Z (11 months ago)
- Topics: kotlin, spring-boot, spring-cloud-contract
- Language: Kotlin
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Delivery 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 by [@WebMvcTest](src/test/java/ru/romanow/delivery/web/DeliveryControllerTest.kt).