-
<?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:util="http://www.springframework.org/schema/util"
-
xmlns:jee="http://www.springframework.org/schema/jee"
-
xmlns:lang="http://www.springframework.org/schema/lang"
-
xmlns:jms="http://www.springframework.org/schema/jms"
-
xmlns:aop="http://www.springframework.org/schema/aop"
-
xmlns:tx="http://www.springframework.org/schema/tx"
-
xmlns:context="http://www.springframework.org/schema/context"
-
xmlns:jdbc="http://www.springframework.org/schema/jdbc"
-
xmlns:cache="http://www.springframework.org/schema/cache"
-
xmlns:mvc="http://www.springframework.org/schema/mvc"
-
xmlns:oxm="http://www.springframework.org/schema/oxm"
-
xmlns:task="http://www.springframework.org/schema/task"
-
xmlns:tool="http://www.springframework.org/schema/tool"
-
xmlns:websocket="http://www.springframework.org/schema/websocket"
-
xsi:schemaLocation="
-
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
-
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd
-
http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee.xsd
-
http://www.springframework.org/schema/lang http://www.springframework.org/schema/lang/spring-lang.xsd
-
http://www.springframework.org/schema/jms http://www.springframework.org/schema/jms/spring-jms.xsd
-
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd
-
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd
-
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
-
http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc.xsd
-
http://www.springframework.org/schema/cache http://www.springframework.org/schema/cache/spring-cache.xsd
-
http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd
-
http://www.springframework.org/schema/oxm http://www.springframework.org/schema/oxm/spring-oxm.xsd
-
http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task.xsd
-
http://www.springframework.org/schema/tool http://www.springframework.org/schema/tool/spring-tool.xsd
-
http://www.springframework.org/schema/websocket http://www.springframework.org/schema/websocket/spring-websocket.xsd">
-
-
</beans>
spring applicationContext.xml最全约束
【摘要】
<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
文章来源: blog.csdn.net,作者:经典鸡翅,版权归原作者所有,如需转载,请联系作者。
原文链接:blog.csdn.net/hanqing456/article/details/111879004
【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)