SpringBoot Annotation (1) 썸네일형 리스트형 Spring Boot Annotations (in-progress) Spring Data JPA @Id, @GeneratedValue(strategy = GenerationType.AUTO) - set column as a Id value and automatically increase it @Column(nullable = false) - set member variable as a column of table (entity), indicates Required column @CreatedDate, @LastModifiedDate - Used to keep track of created and modified dates and times of entities @MappedSuperclass - Designates a class whose mapping informati.. 이전 1 다음