Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- DB
- external
- web.xml
- pom.xml
- sqldeveloper
- collection
- oracle
- viewResolver
- query
- undefined error
- java
- array
- 배열
- Spring #Spring Boot
- Spring
- legacy
- jdk
- 컬렉션
- 설치
Archives
- Today
- Total
목록web.xml (1)
개인코딩공부방
[Spring framework] 자주쓰는 view Resolver 셋팅하기 ( ModelAndView-Ajax 편)
[pom.xml] com.fasterxml.jackson.core jackson-core 2.7.0 com.fasterxml.jackson.core jackson-databind 2.7.0 com.fasterxml.jackson.core jackson-annotations 2.7.0 [서블릿 설정 xml ] spring 3.x 이상, jackson 2.x이상 은 MappingJackson2JsonView, 그외에는 MappingJacksonJsonView 클래스 명을 사용한다. [controller 예시] /** * ajax컨트롤러 예시 */ @RequestMapping(path = "init", method = RequestMethod.GET, produces="application/json;chars..
웹/Spring Framework
2018. 12. 5. 15:34