From b3cbe5f7b54c0453c7e076b58978ffffd6fd0fee Mon Sep 17 00:00:00 2001 From: Nati Getch Date: Thu, 8 Feb 2018 15:13:40 -0600 Subject: [PATCH] included messages.properties file in app config --- src/main/resources/application.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 27b8350..6237b1c 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -26,6 +26,9 @@ spring: ehcache: config: classpath:ehcache.xml + #messages + spring.messages.basename: i18n/messages + logging: level: org.springframework.web: ERROR @@ -37,4 +40,4 @@ redisson-config: conf/redisson.yaml management: security: enabled: true - roles: ROLE_ADMIN \ No newline at end of file + roles: ROLE_ADMIN