Memo
Mamacoco 페이지(Frontend) 추가
l GetMapping
- 버튼을 보여줌
l PostMapping
- 버튼을 눌렀을 때 sync 진행
l 로딩 표시
- 로딩 gif 이미지 등록
- jquery를 이용한 hide
- 버튼을 눌러 submit하면 show
l sync 결과
- String으로 Create/Update/Delete 개수 출력
New
@RestController vs @Controller
l RestController
- 메서드에 @ResponseBody가 자동으로 붙음
- return String일 때, response body에 문자열을 실어서 응답
l Controller
- 메서드에 @ResponseBody를 붙이지 않으면 return String일 때 view name으로 인식
Things to know
문자열 인코딩
테스트 코드 작성하는 법
@ModelAttribute
'정리하기 > DR' 카테고리의 다른 글
[Daily Report] 22.02.03 - 2월 계획 정비 (0) | 2022.02.03 |
---|---|
[Daily Report] 22.01.28 - RememberMe 설계 및 누적합 코테 문제 (0) | 2022.01.28 |
[Daily Report] 22.01.26 - Mamacoco 1차 시현 완료 (0) | 2022.01.27 |
[Daily Report] 22.01.25 - catParent 수정 완료 및 createPost 수정중 (0) | 2022.01.25 |
[Daily Report] 22.01.21 - Column 'cat_id' cannot be null 이슈 해결 (0) | 2022.01.21 |