2023-04-15 21:19:09 +00:00
|
|
|
group = "tk.antoine.roux"
|
|
|
|
version = "0.0.1-SNAPSHOT"
|
|
|
|
|
|
|
|
dependencies {
|
2023-04-16 13:07:40 +00:00
|
|
|
implementation("org.springframework.cloud:spring-cloud-starter-config")
|
2023-04-15 21:19:09 +00:00
|
|
|
implementation("org.springframework.boot:spring-boot-starter-actuator")
|
|
|
|
implementation("org.springframework.boot:spring-boot-starter-web")
|
|
|
|
|
|
|
|
developmentOnly("org.springframework.boot:spring-boot-devtools")
|
|
|
|
}
|