fix(metadata-jobs): fix root context for springboot (#4366)

This commit is contained in:
RyanHolstien 2022-03-09 16:47:47 -06:00 committed by GitHub
parent 8bd1db8c1f
commit 6da3e28c33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,3 @@
server.port=9091
management.endpoints.web.exposure.include=metrics, health, info
spring.mvc.servlet.path=/

View File

@ -1,2 +1,3 @@
server.port=9090
management.endpoints.web.exposure.include=metrics, health, info
spring.mvc.servlet.path=/