start.spring.io / 빌드 / 실행 / 웹 기초
client, server, MVC, view templates
header-footer layout, bootstrap, 템플릿화
폼데이터, DTO객체
JPA를 활용해 DB에 데이터 생성
저장된 데이터를 DB에서 확인하기, Lombok
DB에 저장된 데이터를 웹페이지에서 확인. @PathVariable
데이터 목록 조회, findAll( ), 타입 캐스팅
Rink, Redirect, addFlashAttribute
JPA 로깅, DB URL 고정, 중복 id 해결
RestAPI, JSON, status code
Service, Transaction, RollBack
Test
comment, @ManyToOne, JpaRepository, @DataJpaTest
댓글 REST API, 댓글 생성 페이지
댓글 수정(bootStrp의 modal), 댓글 삭제, DB 연동
IoC Container, Dependency Injection
AOP
ObjectMapper, JsonNode
REST Controller 차근차근 ~
delete, Response
gradle project / intellij / java 11