zoukankan      html  css  js  c++  java
  • spring.net xml 命名空间

    <objects
        xmlns="http://www.springframework.net"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:tx="http://www.springframework.net/tx"
        xmlns:db="http://www.springframework.net/database"
        xmlns:aop="http://www.springframework.net/aop"

    xmlns:context="http://www.springframework.net/context"


        xsi:schemaLocation="http://www.springframework.net http://www.springframework.net/schema/objects/spring-objects.xsd
            http://www.springframework.net/schema/tx http://www.springframework.net/schema/tx/spring-tx-1.1.xsd
            http://www.springframework.net/schema/db http://www.springframework.net/schema/db/spring-database.xsd
            http://www.springframework.net/aop http://www.springframework.net/schema/aop/spring-aop-1.1.xsd"


    >

         xmlns="http://www.springframework.net"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:tx="http://www.springframework.net/tx"

    xmlns:context="http://www.springframework.net/context"


        xmlns:db="http://www.springframework.net/database"  --数据库
        xmlns:aop="http://www.springframework.net/aop"    --aop

  • 相关阅读:
    Java面向对象知识点总结
    JAVA编程必学必会单词集(1)
    Linux 帮助命令
    学习笔记
    day4
    复习
    day5
    day04
    day3
    day02
  • 原文地址:https://www.cnblogs.com/luluping/p/3450328.html
Copyright © 2011-2022 走看看