💻개발자가 되기 위한 프로젝트(70)💻
1. SpringBoot - Board[게시판] - Annotation[특별한 기능을 명시하는 기능] - @RequiredArgsConstructor, @Getter, @ToString, @NoArgsConstructor, @ AllArgsConstructor, @Entity, @Table, @Column, @Id, @GeneratedValue, @CreationTimestamp, @UpdateTimestamp, @MappedSuperclass, @EntityListeners, @Service - Interface(인터페이스) - BoardRepository[Inherit(상속)] => JpaRepository(제네릭 타입에는 Entity Class와 Long type을 명시해 주겠다는 뜻) - Clas..
더보기