Skip to content

Commit 4c69720

Browse files
committed
replace custom by http.server in application.yml
1 parent 4cd098a commit 4c69720

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/resources/application.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ management:
3535
metrics:
3636
enable:
3737
all: false
38-
custom: true
38+
http:
39+
server: true
3940

4041
security:
4142
jwt:

0 commit comments

Comments
 (0)