Commit 5fff81ac authored by Noel Alonso's avatar Noel Alonso
Browse files

Cambia propiedad para acceder de forma genérica

De esta manera se puede importar en librerías y código común sin
hacer referencia al microservicio
parent 2aa68583
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@ vesseltracking-activity-id=999

stream.application.id=${stream.application.id}

info.vessels-commands.name=@project.name@
info.vessels-commands.description=@project.description@
info.vessels-commands.version=@project.version@
info.vessels-commands.outputEncoding=@project.reporting.outputEncoding@
info.vessels-commands.documentation=${server.servlet.context-path}${server.servlet.path}/documentation/vessels-command.html
info.microservice.name=@project.name@
info.microservice.description=@project.description@
info.microservice.version=@project.version@
info.microservice.outputEncoding=@project.reporting.outputEncoding@
info.microservice.documentation=${server.servlet.context-path}${server.servlet.path}/documentation/vessels-command.html

management.endpoints.web.exposure.include=health, info, prometheus

+5 −5
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@ documentation.VESSEL_HOST=redmic.es${server.servlet.context-path}${server.servle

spring.profiles.active=@spring.profiles.active@

info.vessels-view.name=@project.name@
info.vessels-view.description=@project.description@
info.vessels-view.version=@project.version@
info.vessels-view.outputEncoding=@project.reporting.outputEncoding@
info.vessels-view.documentation=${server.servlet.context-path}${server.servlet.path}/documentation/vessels-view.html
info.microservice.name=@project.name@
info.microservice.description=@project.description@
info.microservice.version=@project.version@
info.microservice.outputEncoding=@project.reporting.outputEncoding@
info.microservice.documentation=${server.servlet.context-path}${server.servlet.path}/documentation/vessels-view.html

management.endpoints.web.exposure.include=health, info, prometheus