ISE-ComProg-After-Midterm/screwdriver-3.5.6/box/snippets/cancella_extpr.txt

12 lines
448 B
Plaintext
Raw Normal View History

2020-10-29 09:38:56 +00:00
<bean id="messageSource"
class="org.springframework.context.support.ReloadableResourceBundleMessageSource">
<property name="basenames">
<list>
screw_list_A </list>
</property>
<property name="defaultEncoding" value="UTF-8" />
</bean>
<context:property-placeholder location="${jboss.server.home.url}/properties/giustamm/screw_list_B" />
</beans>