250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- maven
- Exception
- git
- Tomcat
- Eclipse
- STS
- Thymeleaf
- IntelliJ
- oracle
- spring
- SpringBoot
- 설정
- Docker
- JavaScript
- 문서
- ubuntu
- Python
- Source
- MySQL
- Open Source
- Spring Boot
- Core Java
- AJAX
- JDBC
- 오픈소스
- error
- jpa
- myBatis
- MSSQL
- PostgreSQL
Archives
- Today
- Total
헤르메스 LIFE
Spring + JSON 설정 시 유의사항 본문
728x90
참고 : http://javaiyagi.tistory.com/357
Spring 3.0 에서 사용하는 방식
<bean class="org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping" />
<bean class="org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter">
Spring 3.1 에서 사용하는 방식
<bean class="org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping" />
<bean class="org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter">
728x90
'Spring Framework' 카테고리의 다른 글
[전자정부프레임워크] EgovPropertyServiceImpl (0) | 2020.11.12 |
---|---|
Spring Security on REST API 구축 실패기...!!! (0) | 2016.08.24 |
[Source] HTML Parsing Source (0) | 2016.03.29 |
[Spring MVC] cache-period 설정 (1) | 2016.03.15 |
[Spring] ParameterizableViewController의 사용 (0) | 2012.07.02 |