[spring] LifecycleProcessor not initialized - call 'refresh' before invoking lifecycle methods 해결하기
general java 2015. 10. 1. 11:50spring app을 실행하다가 아래 에러가 발생해서 app 실행이 되지 않으면,
.m2/repository를 삭제하고 다시 maven(gradle) compile을 실행시킨다.
java.lang.IllegalStateException: LifecycleProcessor not initialized - call 'refresh' before invoking lifecycle methods via the context: Root WebApplicationContext: startup date root of context hierarchy
'general java' 카테고리의 다른 글
[spring retry] 재시도 하기 (0) | 2015.10.05 |
---|---|
[spring] p와 c 노테이션으로 spring rest template을 간결하게 사용하기 (0) | 2015.10.05 |
[spring boot] 기본 log 쓰지 않고, logback 사용할 수 있도록 추가하기 (0) | 2015.09.30 |
[spring boot] Cannot find template location 에러 해결 (0) | 2015.09.30 |
[spring boot] logback에 springProfile 설정하기 - no applicable action for [springProfile] (0) | 2015.09.30 |