spring applicationContext.xml最全约束

举报
经典鸡翅 发表于 2022/02/17 22:54:22 2022/02/17
【摘要】 <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...

    
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <beans xmlns="http://www.springframework.org/schema/beans"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xmlns:util="http://www.springframework.org/schema/util"
  5. xmlns:jee="http://www.springframework.org/schema/jee"
  6. xmlns:lang="http://www.springframework.org/schema/lang"
  7. xmlns:jms="http://www.springframework.org/schema/jms"
  8. xmlns:aop="http://www.springframework.org/schema/aop"
  9. xmlns:tx="http://www.springframework.org/schema/tx"
  10. xmlns:context="http://www.springframework.org/schema/context"
  11. xmlns:jdbc="http://www.springframework.org/schema/jdbc"
  12. xmlns:cache="http://www.springframework.org/schema/cache"
  13. xmlns:mvc="http://www.springframework.org/schema/mvc"
  14. xmlns:oxm="http://www.springframework.org/schema/oxm"
  15. xmlns:task="http://www.springframework.org/schema/task"
  16. xmlns:tool="http://www.springframework.org/schema/tool"
  17. xmlns:websocket="http://www.springframework.org/schema/websocket"
  18. xsi:schemaLocation="
  19. http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
  20. http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd
  21. http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee.xsd
  22. http://www.springframework.org/schema/lang http://www.springframework.org/schema/lang/spring-lang.xsd
  23. http://www.springframework.org/schema/jms http://www.springframework.org/schema/jms/spring-jms.xsd
  24. http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd
  25. http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd
  26. http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
  27. http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc.xsd
  28. http://www.springframework.org/schema/cache http://www.springframework.org/schema/cache/spring-cache.xsd
  29. http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd
  30. http://www.springframework.org/schema/oxm http://www.springframework.org/schema/oxm/spring-oxm.xsd
  31. http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task.xsd
  32. http://www.springframework.org/schema/tool http://www.springframework.org/schema/tool/spring-tool.xsd
  33. http://www.springframework.org/schema/websocket http://www.springframework.org/schema/websocket/spring-websocket.xsd">
  34. </beans>

文章来源: blog.csdn.net,作者:经典鸡翅,版权归原作者所有,如需转载,请联系作者。

原文链接:blog.csdn.net/hanqing456/article/details/111879004

【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@huaweicloud.com
  • 点赞
  • 收藏
  • 关注作者

评论(0

0/1000
抱歉,系统识别当前为高风险访问,暂不支持该操作

全部回复

上滑加载中

设置昵称

在此一键设置昵称,即可参与社区互动!

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。