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
- Android
- 인프런
- 백준
- 스프링
- JDBC
- 스프링 핵심 원리
- pointcut
- 자바
- Proxy
- http
- jpa
- AOP
- Servlet
- java
- spring
- JPQL
- 김영한
- kotlin
- 스프링 핵심 기능
- Spring Boot
- Exception
- SpringBoot
- Thymeleaf
- QueryDSL
- db
- springdatajpa
- transaction
- Greedy
- 그리디
- 알고리즘
Archives
- Today
- Total
목록MultiValueMap (1)
개발자되기 프로젝트
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bSaN6G/btre0csRyrk/UJNZFwl82NWKkHvtog2bTK/img.png)
1. @RequestParam @RequestParam을 사용하면 paramter를 쉽게 조회가 가능 @RequestParam("username") String memberName = request.getParameter("username") @ResponseBody @Controller의 경우 String을 반환하면 해당 String으로 View를 찾는다. 하지만 @ResponseBody를 적용하면 return 값을 메시지 바디에 넣는다. @Slf4j @Controller public class RequestParamController { @ResponseBody //얘를 넣으면 응답메시지에 값넣어서 return, @Controller여도 String으로 view찾지 않음. @RequestMapping..
인프런/[인프런] 스프링 MVC 1
2021. 9. 14. 21:40