Fix location resolver.

This commit is contained in:
Paulo Gustavo Veiga
2024-02-09 23:35:26 -08:00
parent 34318c1e3f
commit 555c6383b9
5 changed files with 35 additions and 79 deletions

0
wise-api/src/main/resources/application.yml Executable file → Normal file
View File

View File

@@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">
<property name="defaultEncoding" value="UTF-8"/>
<property name="basenames">
<list>
<value>messages</value>
</list>
</property>
</bean>
</beans>