반응형

json 3

[springBoot] spring batch jsonFileItemWriter

목차 아래 포스팅에서 이어진 내용입니다. [springBoot] spring batch FlatFileItemWriter 목차 아래 포스팅에서 이어진 내용입니다. [springBoot] spring batch step startLimit 아래 포스팅에서 이어진 내용입니다. [springBoot] spring batch JobScope, StepScope 목차 아래 포스팅에서 이어진 내용입니다. [spr yaga.tistory.com 객체의 데이터를 읽어서 json 형식의 데이터로 변환하는 예제 Writer부분만 다르다. JonTestConfig package com.dev.lsy.springbatchremind.batch; import lombok.RequiredArgsConstructor; import..

IT/development 2023.11.18

[springBoot] spring batch JsonReader Filter Write (feat. JSON)

목차 아래 포스팅에서 이어진 내용입니다. [springBoot] spring batch JsonReader logPrint (feat. JSON) 목차 아래 포스팅에서 이어진 내용입니다. [springBoot] spring batch csvFileReader write new File (feat. file) 목차 아래 포스팅에서 이어진 내용입니다. [springBoot] spring batch simple csvFileReader (feat. file) 목차 아래 yaga.tistory.com JSON 형식의 데이터를 읽어서 필터링을 해서 새로운 JSON 데이터를 만드는 예제 JsonJob2 🙂 package com.test.lsy.batchsimpledbreader.batch; import com.te..

IT/development 2023.11.11

[springBoot] spring batch JsonReader logPrint (feat. JSON)

목차 아래 포스팅에서 이어진 내용입니다. [springBoot] spring batch csvFileReader write new File (feat. file) 목차 아래 포스팅에서 이어진 내용입니다. [springBoot] spring batch simple csvFileReader (feat. file) 목차 아래 포스팅에서 이어진 내용입니다. [springBoot] spring batch write to new file (feat. file) 아래 포스팅에서 yaga.tistory.com JSON 형식의 데이터를 읽어서 로그에 출력하는 간단한 예제 JsonJob1 😃 package com.test.lsy.batchsimpledbreader.batch; import com.test.lsy.batch..

IT/development 2023.11.11
반응형