Results 1 to 2 of 2

Thread: Load properties from DB

  1. #1
    Join Date
    Feb 2010
    Posts
    1

    Default 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,

  2. #2
    Join Date
    Jul 2009
    Posts
    6

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •