mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-19 01:58:16 +08:00
Polish contribution
Closes gh-226
This commit is contained in:
@@ -61,6 +61,12 @@ class Dependency extends MetadataElement {
|
||||
*/
|
||||
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
|
||||
* Spring Boot version. If no mapping matches, default attributes are used.
|
||||
@@ -77,8 +83,6 @@ class Dependency extends MetadataElement {
|
||||
|
||||
String repository
|
||||
|
||||
String type
|
||||
|
||||
int weight
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user