add service management
This commit is contained in:
@@ -12,7 +12,7 @@ jsonwebtoken = "0.12.6"
|
||||
# hlaeja version
|
||||
hlaejaCorePlugin = "0.2.0"
|
||||
hlaejaCommonPlugin = "0.2.0"
|
||||
hlaejaCommonMessages = "0.6.0"
|
||||
hlaejaCommonMessages = "0.7.0-SNAPSHOT"
|
||||
hlaejaJwt = "0.1.0"
|
||||
|
||||
|
||||
@@ -29,6 +29,7 @@ kotlin-reflect = { group = "org.jetbrains.kotlin", name = "kotlin-reflect" }
|
||||
kotlinx-coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-reactor" }
|
||||
postgresql = { group = "org.postgresql", name = "postgresql" }
|
||||
postgresql-r2dbc = { group = "org.postgresql", name = "r2dbc-postgresql" }
|
||||
projectreactor-kotlin-reactor-extensions = { group = "io.projectreactor.kotlin", name = "reactor-kotlin-extensions" }
|
||||
springboot-starter = { group = "org.springframework.boot", name = "spring-boot-starter" }
|
||||
springboot-starter-actuator = { group = "org.springframework.boot", name = "spring-boot-starter-actuator" }
|
||||
springboot-starter-cache = { group = "org.springframework.boot", name = "spring-boot-starter-cache" }
|
||||
@@ -37,7 +38,9 @@ springboot-starter-cassandra-reactive = { group = "org.springframework.boot", na
|
||||
springboot-starter-r2dbc = { group = "org.springframework.boot", name = "spring-boot-starter-data-r2dbc" }
|
||||
springboot-starter-redis = { group = "org.springframework.boot", name = "spring-boot-starter-data-redis" }
|
||||
springboot-starter-security = { group = "org.springframework.boot", name = "spring-boot-starter-security" }
|
||||
springboot-starter-thymeleaf = { group = "org.springframework.boot", name = "spring-boot-starter-thymeleaf" }
|
||||
springboot-starter-webflux = { group = "org.springframework.boot", name = "spring-boot-starter-webflux" }
|
||||
thymeleaf-spring-security = { group = "org.thymeleaf.extras", name = "thymeleaf-extras-springsecurity6" }
|
||||
|
||||
# testing libraries
|
||||
assertj-core = { group = "org.assertj", name = "assertj-core", version = "3.26.3" }
|
||||
|
||||
Reference in New Issue
Block a user