Skip to content

Commit 72ef643

Browse files
authored
Update README.md
1 parent ebd3032 commit 72ef643

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# csv-bulk-commands
22

3+
34
## How to run
45

6+
### Using Spring Boot Maven Plugin
7+
58
```bash
69
./mvnw spring-boot:run -Dspring-boot.run.arguments=""
710
```
@@ -120,3 +123,13 @@
120123
[INFO] Finished at: 2021-08-09T10:45:05+09:00
121124
[INFO] ------------------------------------------------------------------------
122125
```
126+
127+
### Using standalone Java Application
128+
129+
```bash
130+
$ ./mvnw clean verify -DskipTests
131+
```
132+
133+
```
134+
$ java -jar target/csv-bulk-commands-0.0.1-SNAPSHOT.jar
135+
```

0 commit comments

Comments
 (0)