Skip to content

Commit d9f83ff

Browse files
committed
Do not expose mappings
1 parent c4c4849 commit d9f83ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ management:
3434
endpoints:
3535
web:
3636
exposure:
37-
include: "health,info,mappings"
37+
include: "health,info"
3838
base-path: "/internal"
3939
endpoint:
4040
info:
4141
enabled: true
4242
mappings:
43-
enabled: true
43+
enabled: false
4444
info:
4545
git:
4646
mode: full

0 commit comments

Comments
 (0)