728x90 자바 contains1 [JAVA] [오류] Error: Table [?] contains physical column name [?] referred to by multiple physical column names 필자의 경우, Caused by: org.hibernate.DuplicateMappingException: Table [awards] contains physical column name [created_date] referred to by multiple physical column names: [created_date], [createdDate] created_date 칼럼에 대한 중복 오류가 발생했다. @Getter @Setter @NoArgsConstructor @Entity public class Hello extends BaseTimeEntity { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Long id; private .. JAVA 2023. 1. 18. 이전 1 다음 728x90