mirror of
https://gitee.com/dcren/initializr.git
synced 2025-04-05 17:38:06 +08:00
Document how to update text capabilities defaults
Closes gh-857
This commit is contained in:
parent
7cfb0c23e9
commit
db3be257e9
@ -232,6 +232,24 @@ NOTE: `Jar` and `War` packaging is available out-of-the-box. For additional pack
|
||||
to implement the `Packaging` abstraction and provide a `PackagingFactory` that corresponds to it.
|
||||
|
||||
|
||||
|
||||
[[create-instance-text-only-settings]]
|
||||
=== Configuring text-only settings
|
||||
|
||||
Text-only capabilities include `groupId`, `artifactId`, `name`, `description`, `version` and `packageName`.
|
||||
Each capability has a default value if nothing is configured. The defaults can be overriden as show below:
|
||||
|
||||
[source,yaml,indent=0]
|
||||
----
|
||||
initializr:
|
||||
group-id:
|
||||
value: org.acme
|
||||
artifact-id:
|
||||
value: my-app
|
||||
----
|
||||
|
||||
|
||||
|
||||
[[create-instance-boot-versions]]
|
||||
=== Configuring available Spring Boot versions
|
||||
If you look at http://projects.spring.io/spring-boot[the project home page for Spring
|
||||
|
Loading…
Reference in New Issue
Block a user