개발 기록
Table 'tableName_seq' doesn't exist, @Slf4j cannot find symbol 본문
https://stackoverflow.com/questions/49813666/table-dbname-hibernate-sequence-doesnt-exist\
서비스단 테스트를 돌리는데 테이블 이름 뒤에 _seq 를 붙여 찾는다.
시퀀스 생성 종류를 AUTO에 IDENTITY로 변경하여 해결
원인 관련 참고 글
https://hibernate.atlassian.net/browse/HHH-11014
테스트코드에서도 lombok을 인식할 수 있도록 의존성 추가
testAnnotationProcessor 'org.projectlombok:lombok' //추가
'TIL' 카테고리의 다른 글
mongoDB object 검색 (0) | 2024.02.14 |
---|---|
Cannot change the ExecutorType when there is an existing transaction (0) | 2024.02.13 |
20221128 JVM의 메모리 모델 (0) | 2022.11.28 |
20221124 NHN FORWARD 후기 (0) | 2022.11.24 |
20221109 JVM (0) | 2022.11.09 |
Comments