Skip to content

Reactive REST API With - Spring, - Kotlin, - Coroutines - Postgres r2dbc - Test Containers

Notifications You must be signed in to change notification settings

edgardespinoza/kotlin-spring-coroutines-product

Repository files navigation

This is an example using Reactive REST API With

  • Spring,
  • Kotlin,
  • Coroutines
  • Postgres r2dbc
  • Test Containers
.
├── HELP.md
├── README.md
├── build.gradle.kts
├── docker.bat.txt
├── gradlew
├── gradlew.bat
├── settings.gradle.kts
└── src
    ├── main
    │   ├── kotlin
    │   │   └── eespinor
    │   │       └── user
    │   │           ├── UserApplication.kt
    │   │           ├── application
    │   │           │   ├── Request.kt
    │   │           │   ├── Response.kt
    │   │           │   ├── TypeResponse.kt
    │   │           │   └── controller
    │   │           │       ├── CompanyController.kt
    │   │           │       ├── SearchController.kt
    │   │           │       └── UserController.kt
    │   │           └── domain
    │   │               ├── model
    │   │               │   └── Model.kt
    │   │               ├── repository
    │   │               │   ├── CompanyRepository.kt
    │   │               │   └── UserRepository.kt
    │   │               └── usecase
    │   │                   ├── CompanyService.kt
    │   │                   └── UserService.kt
    │   └── resources
    │       ├── application.properties
    │       ├── data.sql
    │       └── schema.sql
    └── test
        ├── kotlin
        │   └── eespinor
        │       └── user
        │           └── UserApplicationTests.kt
        └── resources
            └── application.properties

About

Reactive REST API With - Spring, - Kotlin, - Coroutines - Postgres r2dbc - Test Containers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages