We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 855dff7 + eee25f8 commit 817ef6eCopy full SHA for 817ef6e
2 files changed
build.gradle
@@ -20,14 +20,11 @@ dependencies {
20
testImplementation 'org.springframework.boot:spring-boot-starter-test'
21
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
22
implementation 'net.logstash.logback:logstash-logback-encoder:7.2'
23
+ implementation 'org.springframework.boot:spring-boot-starter-actuator'
24
compileOnly 'org.projectlombok:lombok:1.18.32'
25
annotationProcessor 'org.projectlombok:lombok:1.18.32'
26
}
27
28
tasks.named('test') {
29
useJUnitPlatform()
-}
30
-
31
-dependencyLocking {
32
- lockAllConfigurations()
33
+}
src/main/resources/application.properties
@@ -1 +1,2 @@
1
server.port=8000
2
+management.endpoints.web.exposure.include=*
0 commit comments