10、Spring框架入门:Spring中属性文件使用(Scope作用域

Spring中属性文件使用(Scope作用域)

    • 1.Scope作用域讲解
  • Spring中也是支持属性文件的读取操作

  • 读取属性文件

<context:property-placeholder location="classpath:jdbc.properties"/> 

1.Scope作用域讲解

如何使用spring的作用域:

<bean id="XXX" class="XXX