Spring

    [Spring Batch] FileNotFoundException, DefaultBatchConfiguration.class

    배치.. 이제 시작 좀 해보려는데 에러가 났다면? Caused by: java.io.FileNotFoundException: class path resource [org/springframework/batch/core/configuration/support/DefaultBatchConfiguration.class] cannot be opened because it does not exist spring batch core 5.0.0 버전으로 바뀌면서 일부 deprecate 발생한 부분이 있다. 기존 사용하던 JobBuilderFactory 를 JobBuilder로 , StepBuilderFactory를 StepBuilder로 변경해서 사용하기를 5.0.0에서 권장하고 있는 것이다. 그래서 강제로 batc..