MySQL2 java.sql.SQLException: Field ‘id’ doesn’t have a default value 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 2021. 2. 9. test 코드 repository test 중JPA repository.save is Null (NullPointerException) @RunWith(SpringRunner.class) // JUnit 프레임워크가 테스트를 실행할 시 내장된 Runner를 실행한다. @SpringBootTest // 통합 테스트를 제공하는 기본적인 어노테이션 crud 에 대한 것이 잘 돌아간다. Spring/spring Issue 2021. 2. 9. 이전 1 다음