GitHub / seljabali / todo-list-spring-boot-webflux-kotlin
Simple Todo list API using Spring-Boot, Webflux, Kotlin, Coroutines, & PostgreSQL
Stars: 9
Forks: 2
Open issues: 1
License: mit
Language: Kotlin
Size: 125 KB
Dependencies parsed at:
23
Created at: about 3 years ago
Updated at: almost 3 years ago
Pushed at: almost 3 years ago
Last synced at: about 2 years ago
Topics: coroutines, kotlin, postgresql, r2dbc, r2dbc-postgresql, spring-boot, webflux
build.gradle.kts
maven
- com.fasterxml.jackson.module:jackson-module-kotlin * implementation
- io.projectreactor.kotlin:reactor-kotlin-extensions * implementation
- org.jetbrains.kotlin:kotlin-reflect * implementation
- org.jetbrains.kotlin:kotlin-stdlib-jdk8 * implementation
- org.jetbrains.kotlinx:kotlinx-coroutines-reactor * implementation
- org.springdoc:springdoc-openapi-kotlin ${springdocVersion} implementation
- org.springdoc:springdoc-openapi-security ${springdocVersion} implementation
- org.springdoc:springdoc-openapi-webflux-ui ${springdocVersion} implementation
- org.springframework.boot:spring-boot-starter-actuator * implementation
- org.springframework.boot:spring-boot-starter-data-r2dbc * implementation
- org.springframework.boot:spring-boot-starter-security * implementation
- org.springframework.boot:spring-boot-starter-webflux * implementation
- io.r2dbc:r2dbc-postgresql * runtimeOnly
- org.postgresql:postgresql * runtimeOnly
- com.ninja-squad:springmockk ${springmockkVersion} testImplementation
- io.kotest:kotest-assertions-core-jvm ${kotestVersion} testImplementation
- io.mockk:mockk ${mockkVersion} testImplementation
- io.projectreactor:reactor-test * testImplementation
- org.jetbrains.kotlinx:kotlinx-coroutines-test ${kotlinCoVersion} testImplementation
- org.springframework.boot:spring-boot-starter-test * testImplementation
- org.testcontainers:junit-jupiter * testImplementation
- org.testcontainers:postgresql * testImplementation
- org.testcontainers:r2dbc * testImplementation