강의

멘토링

로드맵

Inflearn Community Q&A

seungwan376128's profile image
seungwan376128

asked

Spring Batch

Application Example (6)

바쁘신데 죄송하지만 답변좀 부탁드립니다 교수님!

Written on

·

153

0

spring-bootspring-batch

Quiz

What is the main function of the first Job in the application example?

Reading files from a database

Loading data from file into database

API server communication

Managing Job execution schedules

Answer 1

1

leaven님의 프로필 이미지
leaven
Instructor

아 네

이부분은 저도 테스트가 필요하니 전체 소스 공유 부탁드립니다

seungwan37님의 프로필 이미지
seungwan37
Questioner

https://github.com/wandukong/springBatch

링크드립니다 교수님

leaven님의 프로필 이미지
leaven
Instructor

소스를 보면 배치를 실행시키는 스케줄러 자체가 존재하지 않는 것 같습니다.

링크 https://github.com/wandukong/springBatch 가 맞는가요?

만약

batch:
  job:
    names: ${job.name:NONE}
#    enabled: false

위에서 enabled: false 를 주석하고 배치가 자동으로 실행하도록 하면 정상적으로 엑셀 파일을 읽어서 디비에 인서트 하고 있습니다.

image.png

소스에 배치를 실행시키는 스케줄러가 없습니다.

seungwan376128's profile image
seungwan376128

asked

Ask a question