2014-12-04 4 views
0

스프링 구성 xml에는 태그가 있고이 태그에는 xmlns, xsi 등이 있습니다. 이러한 모든 세부 사항은 무엇을 의미합니까? 이러한 세부 사항이 언제 어떻게 중요합니까?스프링 빈 구성 xml

<beans xmlns="http://www.springframework.org/schema/beans" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd"> 
</beans> 

덕분에,

+0

가능한 중복 : http://stackoverflow.com/questions/8863233/how-do-xml-namespaces-work –

+0

주어진 링크에서 솔루션을 찾았습니까? –

답변