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