File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,26 +8,26 @@ mvn clean package -DskipTests=true
88 * http://127.0.0.1:8888/
99``` shell
1010cd 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
1717cd 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
2424cd 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
3131cd forsrc-springboot-gwt-ui
32- mvn clean package spring-boot:run
32+ mvn clean package -DskipTests=true spring-boot:run
3333```
You can’t perform that action at this time.
0 commit comments