mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-26 05:32:58 +08:00
Polish "Add dependency classifier support"
See gh-1049
This commit is contained in:
@@ -90,6 +90,7 @@ with that id is assumed.
|
||||
* A `version` if Spring Boot does not already provide a dependency management for
|
||||
that dependency.
|
||||
* A `scope` (can be `compile`, `runtime`, `provided` or `test`).
|
||||
* A `classifier` (if the dependency to use is classified, such as `test-jar`).
|
||||
* The reference to a `bom` or a `repository` that must be added to the project once
|
||||
that dependency is added.
|
||||
* A `compatibilityRange` used to determine the platform versions that are compatible
|
||||
|
||||
Reference in New Issue
Block a user