mirror of
https://gitee.com/dcren/initializr.git
synced 2025-07-19 07:44:47 +08:00
Polish
See gh-1296
This commit is contained in:
parent
a961c52450
commit
b25e6cef51
@ -1043,9 +1043,12 @@ For Maven projects, you can configure a custom parent POM as follows:
|
||||
groupId: com.example
|
||||
artifactId: my-parent
|
||||
version: 1.0.0
|
||||
relativePath: ../pom.xml
|
||||
includeSpringBootBom : true
|
||||
----
|
||||
|
||||
If the `relativePath` is not specified, the pom is resolved from the repository.
|
||||
|
||||
`includeSpringBootBom` is `false` by default. When set to `true`, the
|
||||
`spring-boot-dependencies` bom is added to the `dependencyManagement` section with the
|
||||
version of Spring Boot used for the project.
|
||||
|
Loading…
Reference in New Issue
Block a user