달력

32024  이전 다음

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
기본 문서를 읽지 않으므로 인해 이런 기초적인 문제에서 난관에 봉착함.




 <bean id="urlMapping" class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
     <property name="mappings">
         <bean class="org.springframework.beans.factory.config.PropertiesFactoryBean">
             <property name="locations">
              <list>
               <value>classpath:config/spring/web/xxx.properties</value>
               <value>classpath:config/spring/web/yyy.properties</value>
              </list>              
             </property>
         </bean>
     </property>
 </bean>
Posted by tornado
|