|
@@ -11,6 +11,8 @@ repositories {
|
|
|
maven { url "https://repo.spring.io/snapshot" }
|
|
|
}
|
|
|
|
|
|
+ext["micrometer.version"] = "1.10.0-SNAPSHOT"
|
|
|
+
|
|
|
dependencies {
|
|
|
implementation 'org.springframework.boot:spring-boot-starter-security'
|
|
|
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
|