首页 > 编程语言 > 详细

Spring 约束文件

时间:2019-10-25 00:04:35      阅读:75      评论:0      收藏:0      [点我收藏+]
 1 <?xml version="1.0" encoding="utf-8"?> 
 2 
 3 <beans xmlns="http://www.springframework.org/schema/beans" 
 4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
 5 xmlns:context="http://www.springframework.org/schema/context" 
 6 xmlns:aop="http://www.springframework.org/schema/aop" 
 7 xmlns:tx="http://www.springframework.org/schema/tx" 
 8 xsi:schemaLocation="http://www.springframework.org/schema/beans 
 9 http://www.springframework.org/schema/beans/spring-beans.xsd 
10 http://www.springframework.org/schema/context 
11 http://www.springframework.org/schema/context/spring-context.xsd 
12 http://www.springframework.org/schema/aop 
13 http://www.springframework.org/schema/aop/spring-aop.xsd 
14 http://www.springframework.org/schema/tx 
15 http://www.springframework.org/schema/tx/spring-tx.xsd"> 
16 
17 </beans>

 

Spring 约束文件

原文:https://www.cnblogs.com/jflalove/p/11735680.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!