mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-18 17:48:14 +08:00
Correct readme link to application.yml
This commit is contained in:
@@ -15,7 +15,7 @@ clients to provide the necessary assistance.
|
||||
|
||||
Finally, Initializr offers a configuration structure to define all the aspects related
|
||||
to the project to generate: list of dependencies, supported java and boot versions, etc. Check
|
||||
the {code}/initializr-service/application.yml[configuration of our instance] for an example. Such
|
||||
the {code}/initializr-service/src/main/resources/application.yml[configuration of our instance] for an example. Such
|
||||
configuration is {wiki}/Configuration-format[also described in details on the wiki].
|
||||
|
||||
NOTE: We use the continuous deployment technique to manage our instance; check the
|
||||
@@ -236,7 +236,7 @@ If you are on a Mac and using http://brew.sh/[homebrew], install the Cloud Found
|
||||
$ brew install cloudfoundry-cli
|
||||
----
|
||||
|
||||
Alternatively, download a suitable binary for your platform from
|
||||
Alternatively, download a suitable binary for your platform from
|
||||
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
|
||||
@@ -261,4 +261,4 @@ Once the jar has been created, you can push the application:
|
||||
|
||||
== License
|
||||
Spring Initializr is Open Source software released under the
|
||||
http://www.apache.org/licenses/LICENSE-2.0.html[Apache 2.0 license].
|
||||
http://www.apache.org/licenses/LICENSE-2.0.html[Apache 2.0 license].
|
||||
|
Reference in New Issue
Block a user