mirror of
https://gitee.com/dcren/initializr.git
synced 2025-11-28 17:32:34 +08:00
Polish contribution
Closes gh-226
This commit is contained in:
@@ -61,6 +61,12 @@ class Dependency extends MetadataElement {
|
|||||||
*/
|
*/
|
||||||
String version
|
String version
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The type, can be {@code null} to indicate that the default type
|
||||||
|
* should be used (i.e. {@code jar}).
|
||||||
|
*/
|
||||||
|
String type
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dependency mapping if an attribute of the dependency differs according to the
|
* Dependency mapping if an attribute of the dependency differs according to the
|
||||||
* Spring Boot version. If no mapping matches, default attributes are used.
|
* Spring Boot version. If no mapping matches, default attributes are used.
|
||||||
@@ -77,8 +83,6 @@ class Dependency extends MetadataElement {
|
|||||||
|
|
||||||
String repository
|
String repository
|
||||||
|
|
||||||
String type
|
|
||||||
|
|
||||||
int weight
|
int weight
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user