jowoohyeong / TIGENSOFT

0 stars 0 forks source link

22.12.22목<Summernote, @RequestParam, @ModelAttribute> #3

Open jowoohyeong opened 1 year ago

jowoohyeong commented 1 year ago

컴포넌트란? https://hanamon.kr/%EC%BB%B4%ED%8F%AC%EB%84%8C%ED%8A%B8-component%EB%9E%80/

jowoohyeong commented 1 year ago

Summernote 사용법 , 썸머노트 사용법 https://programmer93.tistory.com/27

jowoohyeong commented 1 year ago

@RequestParam require = false 는 필수입력 x (대신입력해줌) - defaultValue 속성필요 require = true 는 필수입력, 예외처리 필요 https://byungmin.tistory.com/67

jowoohyeong commented 1 year ago

쿼리스트링이란? URL의 뒤에 입력 데이터를 함께 제공하는 가장 단순한 데이터 전달 방법

jowoohyeong commented 1 year ago

@ModelAttribute // 생략가능 https://jaeuk2274.github.io/back-end/2020/01/01/%EC%8A%A4%ED%94%84%EB%A7%81-%EC%9B%B9-MVC-18.@ModelAttribute,-@Validated(%ED%95%B8%EB%93%A4%EB%9F%AC-%EB%A9%94%EC%86%8C%EB%93%9C)/