Notice
Recent Posts
Recent Comments
Link
«   2025/03   »
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31
Tags
more
Archives
Today
Total
관리 메뉴

WON.dev

root-context.xml 본문

SPRING/chapter01_overview

root-context.xml

GAWON 2023. 6. 26. 18:40
<?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 https://www.springframework.org/schema/beans/spring-beans.xsd">
	
	<!-- Root Context: defines shared resources visible to all other web components -->
		
</beans>

'SPRING > chapter01_overview' 카테고리의 다른 글

wed.xml  (0) 2023.06.26
home.jsp  (0) 2023.06.26
servlet-context.xml  (0) 2023.06.26
log4j.xml  (0) 2023.06.26
HomeController.java  (0) 2023.06.26