码迷,mamicode.com
首页 > 编程语言 > 详细

spring-service.xml

时间:2021-04-06 15:03:33      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:odi   utf-8   扫描   use   class   www   完成   text   推荐   

<?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:context="http://www.springframework.org/schema/context"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd">

<!-- 1,扫描service下的包-->
<context:component-scan base-package="com.taskMaster.service"></context:component-scan>
<!-- 2,将所有的业务类注入到spring配置注解,也可以用注解完成(推荐)-->
<bean id="UserLoginServiceImpl" class="com.taskMaster.service.UserLoginServiceImpl"></bean>
<!-- 3,声明式事务-->
<!-- <bean id="transactionmanage" class="org.springframework"-->
</beans>

spring-service.xml

标签:odi   utf-8   扫描   use   class   www   完成   text   推荐   

原文地址:https://www.cnblogs.com/lebrond/p/14617192.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!