Skip to content

Commit 15959ff

Browse files
Update README.md
1 parent dbfe298 commit 15959ff

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

dbAndCsvBatch/README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,12 @@ If Docker is not available, download it from the [official Docker website](https
1515

1616
## How to Run / 実行方法
1717
Steps:
18-
1. Navigate to the SpringBoot3BatchStarter directory:
19-
```bash
20-
cd SpringBoot3BatchStarter
21-
```
22-
23-
2. Build and run the MySQL container:
18+
1. Build and run the MySQL container:
2419
```bash
2520
docker compose down && docker compose build && docker compose up -d
2621
```
2722

28-
3. Connect to the MySQL container and verify the setup:
23+
2. Connect to the MySQL container and verify the setup:
2924
```bash
3025
docker exec -it mysql-container mysql -u sampleuser -psamplepassword sampledb
3126

@@ -77,6 +72,7 @@ java -jar build/libs/dbAndCsvBatch-*.jar --spring.batch.job.name=DB_TO_CSV --bat
7772
java -jar build/libs/dbAndCsvBatch-*.jar --spring.batch.job.name=CSV_TO_DB --spring.profiles.active=local
7873
```
7974

75+
8076
### For Server Environment
8177
- Export data from DB to CSV:
8278
```bash

0 commit comments

Comments
 (0)