Spring 주차로 넘어오고 나서 2~3주를 가까이 아직도 CRUD에 붙잡혀 있는게 너무 답답하다..알듯 말듯하다가도 막상 혼자 작성해보려그러면 시작을 못하겠고 어디서부터 손을 대야할지도 모르겠고 학습하면서 아무렇게나 끄적거렸던 것들 까먹기전에 끄적여본다... 엔티티 @Getter @Entity @Table @NoArgsConstrustor public class { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Long id; 등등등 // 생성자 public Schedule(String title,String content, String author, String password){ this.title = title; ..