代码之家  ›  专栏  ›  技术社区  ›  pjj

这是http://www.springframework.org/schema/util的spring jar

  •  1
  • pjj  · 技术社区  · 6 年前

    我想使用 here 但是为了这个我需要一个弹簧罐 http://www.springframework.org/schema/util 命名空间。

    我搜索了很多,但找不到这个名称空间的jar的名称,我甚至下载了很多Spring支持jar,并检查了.schemas文件,但没有找到好的。有人能告诉我罐子的名字吗

    3 回复  |  直到 6 年前
        1
  •  2
  •   Sangam Belose    6 年前

    <?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"
       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">
    </beans>
    

    Spring-docs-XML-util

        2
  •  2
  •   akuma8    6 年前

    <?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"
           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">
    
    </beans>
    

    https://docs.spring.io/spring/docs/3.2.x/spring-framework-reference/html/xsd-config.html#xsd-config-body-schemas-util