Notice
Recent Posts
Recent Comments
Link
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Archives
Today
Total
관리 메뉴

UpDown Dev Story

Spring Batch 시작하기 (Spring Boot) 본문

Spring

Spring Batch 시작하기 (Spring Boot)

updown 2020. 1. 30. 17:37

1. 프로젝트 생성 ( eclipse + codeMix )

1.2 원하는 Dependency 를 넣는다

1.3 Finish

4. 만들어서 바로 실행시키면 에러가 납니다

     * 에러이유 : SpringBoot는 기본 설정들을 해주는데 이 설정에서 DataSource 설정이 없기떄문에 에러가 납니다

   * 해결방법 : Maven pom.xml dependency DB 추가하면 됩니다

5. 정상 실행완료~

Comments