본문 바로가기

전체 글

(177)
mybatis 어노테이션 @insert 등 어노테이션 https://sourcestudy.tistory.com/384 008. mybatis 어노테이션 (annotation) 사용방법 mybatis 어노테이션 (annotation) 사용방법 mybatis는 3.x 버전부터 mapper.xml 대신 interface 클래스 의 annotation을 통해 sql을 컨트롤 할 수 있습니다. 1) mapper.xml대신 SqlMapperInter 인터페이스 클래.. sourcestudy.tistory.com
java: JPS incremental annotation processing is disabled. Compilation results on partial recompilation may be inaccurate. Use build process "jps.track.ap.dependencies" VM flag to enable/disable incremental annotation processing environment. https://stackoverflow.com/questions/66170975/jps-incremental-annotation-processing-is-disabled-compilation-results-on-partia JPS incremental annotation processing is disabled. Compilation results on partial recompilation may be inaccurate Since IntelliJ IDEA 2020.3.2 (I use Community Edition), I started getting: Parsing java... [applicationname] java: JPS incremental annotation processing is dis..
You aren't using a compiler supported by lombok, so lombok will not work and has been disabled java -jar lombok.jar https://ifuwanna.tistory.com/292 [intelliJ] 2020.3 Lombok 오류 해결 - You aren't using a compiler supported by lombok IntelliJ IDEA 2020.3 버전에서 Build할때 아래 오류로 Lombok이 활성화 되지 못해서 ~~cannot find symbol 메시지와 함께 빌드가 실패 하는 증상이 발생하여 해결 방법을 포스팅합니다. 제가 사용하는 IntelliJ.. ifuwanna.tistory.com https://stackoverflow.com/questions/65128763/java-you-arent-using-a-compiler-supported-by-lombok-so-..