mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-18 17:48:14 +08:00
Polish
This commit is contained in:
14
README.adoc
14
README.adoc
@@ -202,6 +202,13 @@ If you want to run the smoke tests using Geb, you need to enable the
|
|||||||
$ mvn verify -PsmokeTests
|
$ mvn verify -PsmokeTests
|
||||||
----
|
----
|
||||||
|
|
||||||
|
If you want to build both the library and the service, you can enable the `full` profile:
|
||||||
|
|
||||||
|
[indent=0]
|
||||||
|
----
|
||||||
|
$ mvn clean install -Pfull
|
||||||
|
----
|
||||||
|
|
||||||
|
|
||||||
[[run-app]]
|
[[run-app]]
|
||||||
=== Running the app locally
|
=== Running the app locally
|
||||||
@@ -211,7 +218,7 @@ Spring Boot app from the `initializr-service` directory:
|
|||||||
|
|
||||||
[indent=0]
|
[indent=0]
|
||||||
----
|
----
|
||||||
$ cd initializr-service
|
$ cd initializr-service
|
||||||
$ mvn spring-boot:run
|
$ mvn spring-boot:run
|
||||||
----
|
----
|
||||||
|
|
||||||
@@ -242,9 +249,8 @@ https://console.run.pivotal.io/tools[Pivotal Web Services].
|
|||||||
You should ensure that the application name and URL (name and host values) are suitable for
|
You should ensure that the application name and URL (name and host values) are suitable for
|
||||||
your environment before running `cf push`.
|
your environment before running `cf push`.
|
||||||
|
|
||||||
First, make sure that you have <<building, built the library>>, the build the service from
|
First, make sure that you have <<building, built the library>>, then make sure first that
|
||||||
the `initializr-service` directory:
|
the jar has been created:
|
||||||
Make sure first that the jar has been created:
|
|
||||||
|
|
||||||
[indent=0]
|
[indent=0]
|
||||||
----
|
----
|
||||||
|
Reference in New Issue
Block a user