Loading src/main/resources/application.properties +8 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,14 @@ server.servlet-path=/path spring.profiles.active=@spring.profiles.active@ info.template.name=@project.name@ info.template.description=@project.description@ info.template.version=@project.version@ info.template.outputEncoding=@project.reporting.outputEncoding@ #info.template.documentation=${server.servlet.context-path}${server.servlet.path}/documentation/template.html management.endpoints.web.exposure.include=health, info, prometheus logging.level.root=info logging.level.org.springframework=info logging.level.es.redmic=info Loading Loading
src/main/resources/application.properties +8 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,14 @@ server.servlet-path=/path spring.profiles.active=@spring.profiles.active@ info.template.name=@project.name@ info.template.description=@project.description@ info.template.version=@project.version@ info.template.outputEncoding=@project.reporting.outputEncoding@ #info.template.documentation=${server.servlet.context-path}${server.servlet.path}/documentation/template.html management.endpoints.web.exposure.include=health, info, prometheus logging.level.root=info logging.level.org.springframework=info logging.level.es.redmic=info Loading