
案例
1、在maven工程导入spring坐标
2、dao层的内容与结构
接口
实现类
3、server层的内容与结构
4、创建properties文件
5、配置文件样式
标签头代码:
- <?xml version="1.0" encoding="UTF-8"?>
- <beans xmlns="http://www.springframework.org/schema/beans"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:p="http://www.springframework.org/schema/p"
- xmlns:context="http://www.springframework.org/schema/context"
- xsi:schemaLocation="http://www.springframework.org/schema/beans
- https://www.springframework.org/schema/beans/spring-beans.xsd
- http://www.springframework.org/schema/context
- https://www.springframework.org/schema/context/spring-context.xsd">
- </beans>
6、为dao层的UserDaoImpl实现类添加变量
7、在配置文件里配置properties文件的内容
编号1的代码:
- xmlns:context="http://www.springframework.org/schema/context"
编号2的代码:
- http://www.springframework.org/schema/context
- https://www.springframework.org/schema/context/spring-context.xsd
8、测试类的代码
小节
Spring读取properties文件数据
1.开启context支持
2.加载perperties文件
3.使用${}格式读取配置项${}与#{}进行区分(#{}是SQLEL表达式)
评价
排名
4
文章
473
粉丝
3
评论
2
ICP备案 :渝ICP备18016597号-1
网站信息:2018-2025TNBLOG.NET
技术交流:群号656732739
联系我们:contact@tnblog.net
公网安备:
50010702506256


欢迎加群交流技术