From bd06a91ac063d7356fc96d205a6f4f8ef2054326 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 5 Nov 2019 13:23:15 +0000 Subject: [PATCH] Recommend more overrides when using starter parent This commit is a continuation of the work done in 987a5f81. In addition to developers and licenses that are covered in the earlier commit, a number of other settings are still inherited from the starter parent. This commit updates the documentation to show them being overridden as well. Closes gh-18532 --- .../src/main/asciidoc/getting-started.adoc | 32 ++++++++++++------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc index cf9d4d2a37..16945f493c 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc @@ -130,13 +130,18 @@ The following listing shows a typical `pom.xml` file: {spring-boot-version} - + + + + + - - - - - + + + + + + @@ -470,12 +475,17 @@ Open your favorite text editor and add the following: {spring-boot-version} + + + + - - - - - + + + + + +