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
- Spring Boot
- Open Source
- error
- IntelliJ
- jpa
- Python
- 문서
- MSSQL
- 설정
- Eclipse
- JavaScript
- PostgreSQL
- AJAX
- spring
- 오픈소스
- Thymeleaf
- STS
- ubuntu
- maven
- oracle
- Docker
- Core Java
- Source
- Tomcat
- myBatis
- SpringBoot
- git
- MySQL
- JDBC
- Exception
Archives
- Today
- Total
헤르메스 LIFE
[Spring] Ajax data를 Controller에서 받는 두 가지 방법 : Vo / Map 본문
728x90
ajax 에서 contentType: 'application/json' 으로 보내면 Map으로
contentType: 'text' 로 보내면 VO로
받습니다.
Controller에서 @RequestParam 은 Map 으로
@RequestBody는 Map 또는 VO로
받을 수 있습니다.
https://zzznara2.tistory.com/761
https://yulfsong.tistory.com/76
728x90
'Spring Framework' 카테고리의 다른 글
[SpringBoot] H2 Database 연결하기 (0) | 2021.07.17 |
---|---|
[Logging] Log4j, Logback, Log4j2 로 MyBatis SQL 쿼리 남기기 (0) | 2021.06.17 |
[Spring] @ExceptionHandler가 동작하지 않을 때 (0) | 2021.06.08 |
[Spring] Exception 처리 (0) | 2021.06.08 |
[LogBack] LogBack 설정 (0) | 2021.04.03 |