用Spring容器加载properties配置文件

在applicationContext.xml中,
1.导入context命名空间
2.使用<context: property-placeholder>的 location属性导入jdbc配置文件的路径地址。
3.使用 " ${} " 将jdbc.properties中的数据导入需要的地方。
用Spring容器加载properties配置文件

上一篇:4.Spring的数据库开发


下一篇:4.Spring的数据库开发