18 lines
925 B
TOML
18 lines
925 B
TOML
[versions]
|
|
kotlin = "2.4.10"
|
|
springBoot = "4.1.0"
|
|
springCloud = "2025.1.2"
|
|
|
|
[libraries]
|
|
spring-boot-starter-web = { module = "org.springframework.boot:spring-boot-starter-web" }
|
|
spring-boot-starter-cloud-gateway = { module = "org.springframework.cloud:spring-cloud-starter-gateway-server-webflux" }
|
|
spring-boot-starter-webflux = { module = "org.springframework.boot:spring-boot-starter-webflux" }
|
|
spring-boot-starter-data-jpa = { module = "org.springframework.boot:spring-boot-starter-data-jpa" }
|
|
spring-boot-starter-kafka = { module = "org.springframework.boot:spring-boot-starter-kafka" }
|
|
|
|
[plugins]
|
|
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
|
kotlin-spring = { id = "org.jetbrains.kotlin.plugin.spring", version.ref = "kotlin" }
|
|
spring-boot = { id = "org.springframework.boot", version.ref = "springBoot" }
|
|
dependency-management = { id = "io.spring.dependency-management", version = "1.1.7" }
|