File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -179,25 +179,3 @@ java -jar build/libs/dbAndCsvBatch-*.jar --spring.batch.job.name=CSV_TO_DB --spr
179179```
180180
181181#### With this Spring Batch Starter Kit, you can focus on your business logic while the framework handles the heavy lifting. Happy coding! 🎉
182- ``` bash
183- cd ../dbAndCsvBatch
184- docker compose up -d
185- ```
186-
187- ### 5. Build the DB and CSV batch jobs
188- ``` bash
189- cd ../dbAndCsvBatch
190- ../gradlew
191- ```
192-
193- ### 6. Run Db to CSV Batch
194- ``` bash
195- java -jar build/libs/dbAndCsvBatch-* .jar --spring.batch.job.name=DB_TO_CSV --spring.profiles.active=local
196- ```
197-
198- ### 7. Run CSV to DB Batch
199- ``` bash
200- java -jar build/libs/dbAndCsvBatch-* .jar --spring.batch.job.name=CSV_TO_DB --spring.profiles.active=local
201- ```
202-
203- #### With this Spring Batch Starter Kit, you can focus on your business logic while the framework handles the heavy lifting. Happy coding! 🎉
You can’t perform that action at this time.
0 commit comments