mirror of
https://gitee.com/dcren/initializr.git
synced 2025-04-05 17:38:06 +08:00
Polish README command line examples
Closes gh-444
This commit is contained in:
parent
1eb64f0cc9
commit
f1abce2ce6
@ -215,7 +215,7 @@ If you want to run the smoke tests using Geb, you need to enable the
|
||||
|
||||
[indent=0]
|
||||
----
|
||||
$ mvn verify -PsmokeTests
|
||||
$ ./mvnw verify -PsmokeTests
|
||||
----
|
||||
|
||||
If you want to build both the library and the service, you can enable the `full`
|
||||
@ -236,7 +236,7 @@ other Spring Boot app from the `initializr-service` directory:
|
||||
[indent=0]
|
||||
----
|
||||
$ cd initializr-service
|
||||
$ ./mvnw spring-boot:run
|
||||
$ ../mvnw spring-boot:run
|
||||
----
|
||||
|
||||
[[run-ide]]
|
||||
@ -271,7 +271,7 @@ that the jar has been created:
|
||||
[indent=0]
|
||||
----
|
||||
$ cd initializr-service
|
||||
$ ./mvnw package
|
||||
$ ../mvnw package
|
||||
----
|
||||
|
||||
Once the jar has been created, you can push the application:
|
||||
|
Loading…
Reference in New Issue
Block a user