티스토리 뷰
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns:context="http://www.springframework.org/schema/context"
xmlns:p="http://www.springframework.org/schema/p"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.springframework.org/schema/beans"
xmlns:mvc="http://www.springframework.org/schema/mvc"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd
http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd">
<context:component-scan base-package="com.today.maker"></context:component-scan>
<mvc:interceptors>
<mvc:interceptor>
<mvc:mapping path="/**"/>
<bean id="loggerInterceptor" class="com.today.maker.common.logger.LoggerInterceptor"></bean>
</mvc:interceptor>
</mvc:interceptors>
<bean class="org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping"/>
<bean class="org.springframework.web.servlet.view.BeanNameViewResolver" p:order="0" />
<bean id="jsonView" class="org.springframework.web.servlet.view.json.MappingJacksonJsonView" />
<bean
class="org.springframework.web.servlet.view.UrlBasedViewResolver" p:order="1"
p:viewClass="org.springframework.web.servlet.view.JstlView"
p:prefix="/WEB-INF/jsp/" p:suffix=".jsp">
</bean>
</beans>
이거 붙여넣음
'spring 스프링' 카테고리의 다른 글
데이터베이스 경로 수정 (0) | 2017.07.22 |
---|---|
소스 역추적 하기..... (0) | 2017.07.22 |
contextConfigLocation / action-servlet.xml (bean 설정 하기) (0) | 2017.07.22 |
서블릿 설정 변경 (.do)로 바꾸기 (0) | 2017.07.22 |
기본 구조 (0) | 2017.07.22 |
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 힘냉면록
- node관리
- 오라클
- 토라식당
- Apach
- input
- Oracle
- Tomcat
- Mac
- Eclipse
- html
- floating button
- 조직도관리
- 성수뚝떡
- 맥
- Lalavel
- 메뉴관리
- 정규식
- SQL
- 성수밥
- tree로만들기
- server.xml
- 아파치
- 르프리크
- jstree
- 터미널
- 최고심
- 톰캣
- 이클립스
- 위잇딜라이트
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함