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
- Thymeleaf
- Python
- Exception
- jpa
- myBatis
- Tomcat
- STS
- SpringBoot
- AJAX
- MySQL
- 설정
- 문서
- Core Java
- MSSQL
- 오픈소스
- Spring Boot
- Docker
- JavaScript
- git
- maven
- Eclipse
- error
- ubuntu
- spring
- IntelliJ
- oracle
- PostgreSQL
- Open Source
- JDBC
- Source
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의 사용 (1) | 2012.07.02 |