An open API service indexing awesome lists of open source software.

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

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
```