mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
Fix message not being loaded, when no SPRING_MESSAGES_BASENAME is set.
Otherwise for example the welcome screen shows "??welcome_en_US??"
This commit is contained in:
parent
54c506a6a3
commit
5904ceaa5e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ spring.jpa.hibernate.ddl-auto=none
|
|||
spring.jpa.open-in-view=false
|
||||
|
||||
# Internationalization
|
||||
spring.messages.basename=messages/messages
|
||||
spring.messages.basename=classpath:/messages/messages
|
||||
|
||||
# Actuator
|
||||
management.endpoints.web.exposure.include=*
|
||||
|
|
Loading…
Reference in a new issue