Commit da1f4715 authored by Noel Alonso's avatar Noel Alonso
Browse files

Establece idioma por defecto vía properties

parent d34a308e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
+3 −0
Original line number Diff line number Diff line
@@ -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@