<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
https://www.springframework.org/schema/beans/spring-beans.xsd">
<!-- 把对象的创建交给Spring来管理 -->
<bean id="accountService" class="com.lwb.service.impl.AccountServiceImpl"></bean>
<bean id="accountDao" class="com.lwb.dao.impl.AccountDaoIml"></bean>
</beans>
Spring中的bean.xml配置基本信息
最新推荐文章于 2023-08-01 10:01:23 发布