ํฐ์คํ ๋ฆฌ ๋ทฐ
๋ฐ์ํ
servlservlet-context.xml
์์์ servlet-context.xml ํ์ผ์ ์ด๋ฆ์ servlet-config.xml๋ก ๋ณ๊ฒฝํ์๋ค.
์ด ํ์ผ์ DispacherServlet์ ๊ธฐ๋ฐ ์ค์ ์ ๊ธฐ๋กํ๋ ํ์ผ์ด๋ค.
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
<?xml version="1.0" encoding="UTF-8"?>
<beans:beans xmlns="http://www.springframework.org/schema/mvc"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:beans="http://www.springframework.org/schema/beans"
xmlns:context="http://www.springframework.org/schema/context"
xsi:schemaLocation="http://www.springframework.org/schema/mvc https://www.springframework.org/schema/mvc/spring-mvc.xsd
http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context.xsd">
<!-- ==============================================
servlet-context.xml(DispatcherServlet Context)
: DispatcherServlet์ ๊ธฐ๋ฐ ์ค์ ์ ๊ธฐ๋กํ๋ ํ์ผ
============================================== -->
<!-- ์๋ฐ์ ์ด๋
ธํ
์ด์
๋ฌธ๋ฒ์ ํด์ํ๊ฒ ํ๋ ์ฝ๋ (๊ธฐ๋ณธ์ผ๋ก ๋ฑ๋ก๋์ด์์) -->
<annotation-driven />
<!--
์ ์ ์์(ํ๋ฉด์ ๋ณด์ฌ์ฃผ๊ธฐ์ํ)์ ๋งคํํด ์ฃผ๋ ์ฝ๋(์ ๋๊ฒฝ๋ก๋ฅผ ์งง๊ฒ ๋ง๋ค์ด์ฃผ๋ ๋ชฉ์ )
location ์์น์ ์๋ ๊ฒ์ ์ฌ์ฉํ ๋ mapping์ฒ๋ผ ์ฌ์ฉํ๊ฒ ๋ค.
-->
<resources mapping="/resources/**" location="/resources/" />
<!-- ๋ทฐ ๋ฆฌ์กธ๋ฒ ์ค์ -->
<beans:bean class="org.springframework.web.servlet.view.InternalResourceViewResolver">
<beans:property name="prefix" value="/WEB-INF/views/" />
<beans:property name="suffix" value=".jsp" />
</beans:bean>
<!-- ๊ฐ์ฒด๋ฅผ ์ฃผ์
ํ ๋ ์ดํ์ ํจํค์ง์์ ๊ฒ์ํ๊ฒ ๋ค. -->
<context:component-scan base-package="com.spring.myapp" />
</beans:beans>
|
๋ฐ์ํ
'Project > SpringMVC' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[SpringMVC] ์ด๊ธฐ ์ค์ - root-context.xml (0) | 2019.07.10 |
---|---|
[SpringMVC] ์ด๊ธฐ ์ค์ - DB์ฌ์ฉ๊ณผ ์ฐ๊ฒฐ (0) | 2019.07.10 |
[SpringMVC] ์ด๊ธฐ์ค์ - ์ค์ ํ์ผ ์ ๋ฆฌ, web.xml (0) | 2019.07.10 |
[SpringMVC] ์ด๊ธฐ ์ค์ - pom.xml ์ค์ (0) | 2019.07.10 |
[SpringMVC] ์ด๊ธฐ ์ค์ - Legacy ํ๋ก์ ํธ ์์ฑ (0) | 2019.07.10 |
๋๊ธ
๊ณต์ง์ฌํญ
์ต๊ทผ์ ์ฌ๋ผ์จ ๊ธ
์ต๊ทผ์ ๋ฌ๋ฆฐ ๋๊ธ
- Total
- Today
- Yesterday
๋งํฌ
TAG
- ๊ฒ์ํ ์ญ์
- tomcat์ค์น
- ๊ฐ๋ฐํ๊ฒฝ๊ตฌ์ถ
- ์ ์ฒด๊ฒ์๋ฌผ ์กฐํ
- typeAliases
- Algorithm
- ์ดํด๋ฆฝ์ค ํ๊ธ ์ธ์ฝ๋ฉ
- mysql์ค์น
- ์๋ฐ
- ๊ฒ์ํ๋ง๋ค๊ธฐ
- ์๊ณ ๋ฆฌ์ฆ
- Java
- ๊ฒ์ํ ์กฐํ
- java ํ๊ฒฝ๋ณ์
- ๊ฒ์๋ฌผ ์ญ์
- ๊ฒ์๋ฌผ์กฐํ
- ์ดํด๋ฆฝ์ค ์ค์น
- ๋ณ๋ช ์ฒ๋ฆฌ
- ์คํ๋ง๋ถํธ ์๋์์ฑ
- ๊ฐ๋ฐ
- ์จ๋ฆฌ์์ค
- ์๋ฃ๊ตฌ์กฐ
- java jdk ์ค์น
- ๋ถํธ ์๋์์ฑ
์ผ | ์ | ํ | ์ | ๋ชฉ | ๊ธ | ํ |
---|---|---|---|---|---|---|
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 |
๊ธ ๋ณด๊ดํจ