스프링Spring

[Spring]스프링 빈 등록 xml 작성할 경우 포멧 , 스프링xml태그, 스프링 bean 태그 맘껏 복사

개린이9999 2022. 12. 26. 21:36
728x90

<?xml version="1.0" encoding="UTF-8"?> <beans xmlns ..

<?xml version="1.0" encoding="UTF-8"?>
<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.xsd"> 


</beans>

코드 필요하신분 복붙하시라우~! 

728x90