intellij에서 스프링부트 애플리케이션 실행시 다음과 같은 오류가 날때가 있는데 이때는 clean, build 한번하고 intellij를 종료했다가 다시시작하면 없어진다.
java: cannot access org.springframework.context.ConfigurableApplicationContext
class file for org.springframework.context.ConfigurableApplicationContext not found
'오류노트' 카테고리의 다른 글
Springboot oauth2 인증시 Error: redirect_uri_mismatch에러 발생 (0) | 2021.03.01 |
---|---|
spring boot에서 PUT 메소드 호출시 cors 오류 (0) | 2021.02.26 |
intellij 에서 react/cjs/react.production.min로 import 되는 현상 수정 (0) | 2021.02.19 |
ESLint: Please specify path to 'eslint' package (0) | 2021.02.19 |
java.lang.NoClassDefFoundError: Could not initialize class org.codehaus.groovy.vmplugin.v7.Java7 (0) | 2021.02.18 |