天天看點

Spring筆記③--spring的命名空間

p:命名空間:

xmlns:p="http://www.springframework.org/schema/p"

作用:簡化在xml配置bean的屬性 在<bean>中使用p:屬性名來配置

AOP:命名空間:

xmlns:aop="http://www.springframework.org/schema/aop"

xsi:schemaLocation:

http://www.springframework.org/schema/aop  http://www.springframework.org/schema/aop/spring-aop-3.0.xsd

作用:簡化AspectJ的AOP在xml中配置

util:命名空間:

xmlns:util="http://www.springframework.org/schema/util"

http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.0.xsd

context:命名空間:

xmlns:context="http://www.springframework.org/schema/context"

http://www.springframework.org/schema/context  http://www.springframework.org/schema/context/spring-context.xsd

作用:1.配置自動掃描bean注解類

xmlns:mvc="http://www.springframework.org/schema/mvc"

http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd