sql 문 입력: alter table department modify column id int NOT NULL AUTO_INCREMENT;
id 속성 정보를 자동 증가로 바꾸어야 클래스 안에 id와 잘 매칭 된다.
domain class 안에
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;
'Spring > spring Issue' 카테고리의 다른 글
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException (0) | 2021.03.06 |
---|---|
[Ajax] status 200인데 parse error..? (0) | 2021.03.02 |
test 코드 repository test 중JPA repository.save is Null (NullPointerException) (0) | 2021.02.09 |
properties 에서 spring.jpa.properties.hibernate.dialect create Error (0) | 2021.02.06 |
스프링 부트 Tranactional(readonly=true) 가 안되는 경우 || option이 안될 경우 (3) | 2021.02.02 |
댓글