-
Feb 8th, 2010, 07:02 PM
#1
Load properties from DB
Is there support to load properties Resource from the database using PropertyPlaceholderConfigurer?
Or what is the extension point if I need to write my own DatabaseResource and support like
<bean class="org.springframework.beans.factory.config.Pr opertyPlaceholderConfigurer" lazy-init="false">
<property name="locations">
<value>ibatis:my.properties</value>
</property>
</bean>
Thanks,
-
Feb 11th, 2010, 06:18 AM
#2
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules