App service in Matrix

This commit is contained in:
2021-03-30 01:24:08 +02:00
parent 6742ffb959
commit e7546c41e6
8 changed files with 27 additions and 26 deletions

View File

@@ -28,10 +28,10 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor")
implementation("io.github.microutils:kotlin-logging-jvm:2.0.6")
// https://mvnrepository.com/artifact/net.folivo/matrix-spring-boot-bot
// implementation ("net.folivo:matrix-spring-boot-bot:0.4.6")
implementation ("net.folivo:matrix-spring-boot-bot:0.4.6")
developmentOnly("org.springframework.boot:spring-boot-devtools")
runtimeOnly("com.h2database:h2")
// runtimeOnly("io.r2dbc:r2dbc-h2")
runtimeOnly("io.r2dbc:r2dbc-h2")
providedRuntime("org.springframework.boot:spring-boot-starter-tomcat")
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("io.projectreactor:reactor-test")