spring-cloud-config/server/build.gradle.kts

9 lines
293 B
Plaintext
Raw Permalink Normal View History

2023-04-15 21:19:09 +00:00
group = "tk.antoine.roux"
version = "0.0.1-SNAPSHOT"
dependencies {
implementation("org.springframework.cloud:spring-cloud-config-server")
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-security")
2023-04-15 21:19:09 +00:00
}