Skip to content

Commit 4fbc7ef

Browse files
authored
Update README.md
1 parent f2fdb17 commit 4fbc7ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,26 @@ mvn clean package -DskipTests=true
88
* http://127.0.0.1:8888/
99
```shell
1010
cd forsrc-gwt-ui
11-
mvn clean package gwt:run
11+
mvn clean package -DskipTests=true gwt:run
1212
```
1313

1414
* run forsrc-springboot-gwt-authorization
1515
* http://127.0.0.1:9999/uaa/
1616
```shell
1717
cd forsrc-springboot-gwt-authorization
18-
mvn clean package spring-boot:run
18+
mvn clean package -DskipTests=true spring-boot:run
1919
```
2020

2121
* run forsrc-springboot-gwt-resource
2222
* http://127.0.0.1:7777/api/
2323
```shell
2424
cd forsrc-springboot-gwt-resource
25-
mvn clean package spring-boot:run
25+
mvn clean package -DskipTests=true spring-boot:run
2626
```
2727

2828
* run forsrc-springboot-gwt-ui
2929
* http://127.0.0.1:8080/
3030
```shell
3131
cd forsrc-springboot-gwt-ui
32-
mvn clean package spring-boot:run
32+
mvn clean package -DskipTests=true spring-boot:run
3333
```

0 commit comments

Comments
 (0)