스프링 빈 구성 파일에 네임 스페이스를 추가하면 XML 구성을 상당히 줄일 수 있습니까? 예를 들어스프링의 Xml 구성
:
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:sws="http://www.springframework.org/schema/web-services"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/web-services
http://www.springframework.org/schema/web-services/web-services-2.0.xsd">
<sws:annotation-driven />
</beans>
이 조각 날 당신은 문서에서
<sws:annotation-driven/>
를 지정