CRUD

    TIL / 항해99 12기 37일차_230214_Tue

    Spring 숙련 주차 Lv2 완료 게시글 CRUD + jwt 회원가입 & 로그인 게시글 작성 게시글 전체 목록 조회 게시글 선택 조회 게시글 수정 게시글 삭제 환경설정 buile.grade(dependencies) dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.springframework.boot:spring-boot-starter-web' compileOnly 'org.projectlombok:lombok' runtimeOnly 'c..