logo
  • 教程列表
  • SO官方文档
  • 属性来源
    • 注解
    • 使用 PropertyPlaceholderConfigurer 进行 xml 配置示例
  1. StackOverflow 文档
  2. spring 教程
  3. 属性来源
  4. 使用 PropertyPlaceholderConfigurer 进行 xml 配置示例

使用 PropertyPlaceholderConfigurer 进行 xml 配置示例

Created: November-22, 2018

<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
    <property name="locations">
     <list>
           <value>classpath:ReleaseBundle.properties</value>
     </list>
</bean>
  • 注解

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明