refactor: Migrate from monolithic to modular architecture
1. **Docker-Compose für Entwicklung optimieren** 2. **Umgebungsvariablen für lokale Entwicklung** 3. **Service-Abhängigkeiten** 4. **Docker-Compose für Produktion** 5. **Dokumentation**
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
kotlin("plugin.spring")
|
||||
id("org.springframework.boot") version "3.2.0"
|
||||
id("org.springframework.boot") version "3.2.3"
|
||||
id("io.spring.dependency-management") version "1.1.4"
|
||||
id("org.jetbrains.compose") version "1.7.3"
|
||||
id("org.jetbrains.kotlin.plugin.compose") version "2.1.20"
|
||||
id("org.jetbrains.kotlin.plugin.compose") version "2.1.21"
|
||||
}
|
||||
|
||||
repositories {
|
||||
@@ -30,7 +30,7 @@ dependencies {
|
||||
implementation("org.springframework.boot:spring-boot-starter")
|
||||
|
||||
// Redis dependencies
|
||||
implementation("org.redisson:redisson:3.27.1")
|
||||
implementation("org.redisson:redisson:3.27.2")
|
||||
implementation("io.lettuce:lettuce-core:6.3.2.RELEASE")
|
||||
|
||||
// Kotlinx dependencies
|
||||
|
||||
Reference in New Issue
Block a user