Skip to content

Commit d443b6e

Browse files
committed
Fix broken sample
1 parent bd11afa commit d443b6e

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-admin-samples/spring-boot-admin-sample/src/main/resources

1 file changed

+2
-2
lines changed

spring-boot-admin-samples/spring-boot-admin-sample/src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ spring:
99
name: @pom.artifactId@
1010
boot:
1111
admin:
12-
url=http://localhost:8080
12+
url: http://localhost:8080
1313
cloud:
1414
config:
1515
enabled: false
1616

1717
endpoints:
1818
health:
19-
sensitive: false
19+
sensitive: false

0 commit comments

Comments
 (0)