Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Commit a36d853

Browse files
committed
update the static-ui in README.md
1 parent 71280e1 commit a36d853

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ Get a copy of the source codes into your local system.
7575
npm install
7676
bower install
7777

78-
2. Run the backend API server with `spring-boot` command. The parameter `-Dstatic-resources` will copy the static resources and package into the jar archive.
78+
2. Run the backend API server with `spring-boot` command. The parameter `-Dstatic-ui` will copy the static resources and package into the jar archive.
7979

80-
spring-boot:run -Dstatic-resources
80+
spring-boot:run -Dstatic-ui
8181

8282
3. Go to [http://localhost:9000](http://localhost:9000) to test it.
8383

0 commit comments

Comments
 (0)