https://github.com/hpedrorodrigues/spring-example
Repository to reproduce issue #27011 of Spring Framework
https://github.com/hpedrorodrigues/spring-example
Last synced: 7 months ago
JSON representation
Repository to reproduce issue #27011 of Spring Framework
- Host: GitHub
- URL: https://github.com/hpedrorodrigues/spring-example
- Owner: hpedrorodrigues
- Created: 2021-05-31T19:16:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-01T17:11:38.000Z (over 4 years ago)
- Last Synced: 2025-03-11T09:50:53.069Z (7 months ago)
- Language: Kotlin
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring example
A tiny project to help learn more about Spring Webflux + Kotlin Coroutines + ReactiveTransactionManager.
## Running this project
```bash
# Running PostgreSQL container
docker-compose up -d# Running tests
./gradlew test
```