mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-06 05:38:03 +08:00
![]() This commit adds an `order` attribute on `BillOfMaterials` that allows to order BOMs in the generated project. Lowest value have higher priority. When the project is generatede with a custom parent, the Spring Boot dependencies BOM itself has an order of a 100. Any BOM that is added with an order lower than 100 has higher priority, i.e. could potentially override dependencies provided by the Spring Boot dependency mechanism. This mechanism does not work reliably when using the `spring-boot-starter-parent` so it should be used with care. However, it can be useful when overriding dependencies that Spring Boot does not manage itself. Closes gh-343 |
||
---|---|---|
.. | ||
src | ||
pom.xml |