2024. 4. 1. 09:32ㆍFull Stack Course 풀스택과정/SPRING
Executing pre-compile tasks… Running 'before' tasks Checking sources Copying resources... [shop] Parsing java… [shop] java: Attempt to recreate a file for type com.shop.entity.QItem Checking dependencies… [shop] Dependency analysis found 0 affected files Errors occurred while compiling module 'shop' javac 17.0.10 was used to compile java sources Finished, saving caches… Compilation failed: errors: 1; warnings: 0 Executing post-compile tasks… Synchronizing output directories… 2024-04-01 오전 9:22 - Build completed with 1 error and 0 warnings in 2 sec, 196 ms
이런식으로 에러뜨고 Attempt to recreate a file 어쩌구 에러가 뜬다
Pom.xml 에서 com.mysema.maven 을 delete 시켜준다
그뒤에 오른쪽에 M(Maven) 버튼을 누른뒤에 하나의 프로젝트 안에 Lifecycle 에 캐쉬값을 삭제 시키고 (clean)
다시 compile 시키면 작동한다
'Full Stack Course 풀스택과정 > SPRING' 카테고리의 다른 글
SpringBoot - OAuth2 로 구글 로그인 (2) OAuth2 실행테스트 (0) | 2024.04.23 |
---|---|
SpringBoot - OAuth2 로 구글 로그인 (1) (토큰 발급받기) (0) | 2024.04.23 |
Intellij 로 만든 jar 파일 AWS 서버 구축 (0) | 2024.04.09 |
SPRING_TIP Spring Legacy Project 가 제대로 안 만들어져요 2 (0) | 2024.03.06 |
SPRING_TIP Spring Legacy Project 가 제대로 안 만들어져요 (1) | 2024.01.25 |