Add TypeEntity

This commit is contained in:
2024-11-18 13:11:44 +01:00
parent 3e1e5663b5
commit 973da40603
3 changed files with 37 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ plugins {
dependencies {
implementation(hlaeja.kotlin.reflect)
implementation(hlaeja.kotlinx.coroutines)
implementation(hlaeja.ltd.hlaeja.library.common.messages)
implementation(hlaeja.org.springframework.springboot.actuator.starter)
implementation(hlaeja.org.springframework.springboot.r2dbc.starter)
implementation(hlaeja.org.springframework.springboot.webflux.starter)