This commit is contained in:
Stephane Nicoll 2017-02-03 08:02:16 +01:00
parent b584f3020e
commit 56883146d8

View File

@ -2,7 +2,7 @@
:boot-doc: http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle
:code: https://github.com/spring-io/initializr/blob/master
:docs: http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference
:docs: http://docs.spring.io/initializr/docs/current-SNAPSHOT/reference
Spring Initializr provides an extensible API to generate quickstart projects. It also
provides a configurable service: you can see our default instance at
@ -167,7 +167,7 @@ deploy the service.
You first need to create or update your configuration to define the necessary
attributes that your instance will use. Again, check the documentation for a
{docs}/htmlsingle/#configuratio -format[description of the configuration] and
{docs}/htmlsingle/#configuration-format[description of the configuration] and
{code}/initializr-service/application.yml[review our own config] for a sample.
You can integrate the library in a traditional Java-based project or by writing the