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 | 29 | 30 | 31 |
Tags
- AWS
- list중복제거
- string_agg()
- route53
- wordpress블로그
- 리스트합집합
- Java
- 리스트교집합
- Annotation
- lightsail
- 지옥같은git
- 권한정책
- anymatch메서드
- 널포인터에러
- 3tierarchitecture
- PostgreSQL
- 리스트비교
- awsconsole
- mybatis
- Spring
- WordPress
- hashset
- 리스트차집합
- enum
- ansible
- db
- instance생성
- 두개리스트비교
- enumtype
- 중복제거
Archives
- Today
- Total
Anyway
[Spring] @RequestBody가 쓰이지 않는 경우
코드 개발을 하던 중 1️⃣ public CommonResult update(@RequestBody @Valid DeptUpdateReqDto deptUpdateReqDto, BindingResult bindingResult) throws ApiBindException { if (bindingResult.hasErrors()) { throw new ApiBindException(bindingResult); } deptService.update(deptUpdateReqDto); // 보여줄 데이터가 있는 게 아니니깐 성공시 ok() 소환 > SUCCESS(code랑 메세지만 들..
Java/Spring
2024. 8. 28. 13:50