Loading atlas-commands/src/main/resources/application.properties +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ server.port=8080 server.servlet.context-path=/api spring.mvc.servlet.path=/atlas/commands spring.mvc.locale-resolver=fixed spring.mvc.locale=es_ES microservice.view.path=/atlas/view redmic.user-settings.enabled=true Loading atlas-view/src/main/resources/application.properties +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ server.port=8080 server.servlet.context-path=/api spring.mvc.servlet.path=/atlas/view spring.mvc.locale-resolver=fixed spring.mvc.locale=es_ES microservice.commands.path=/atlas/commands spring.profiles.active=@spring.profiles.active@ Loading Loading
atlas-commands/src/main/resources/application.properties +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ server.port=8080 server.servlet.context-path=/api spring.mvc.servlet.path=/atlas/commands spring.mvc.locale-resolver=fixed spring.mvc.locale=es_ES microservice.view.path=/atlas/view redmic.user-settings.enabled=true Loading
atlas-view/src/main/resources/application.properties +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ server.port=8080 server.servlet.context-path=/api spring.mvc.servlet.path=/atlas/view spring.mvc.locale-resolver=fixed spring.mvc.locale=es_ES microservice.commands.path=/atlas/commands spring.profiles.active=@spring.profiles.active@ Loading