Skip to content

Commit 4979f36

Browse files
feat: cosmetic changes
1 parent a9ff626 commit 4979f36

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff 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! 🎉

0 commit comments

Comments
 (0)