Skip to content

Commit

Permalink
run spring-javaformat:apply
Browse files Browse the repository at this point in the history
  • Loading branch information
Joar Varpe authored and Joar Varpe committed Nov 6, 2024
1 parent c1bfb1c commit af6a91a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,13 @@ public void validate() {
}

/**
* The customFields feature in Spring Initializr enables additional, adaptable metadata beyond the standard fields.
* This allows organizations to set environment-specific values like default configurations, dependencies,
* version control, or deployment options—aligning generated projects directly with their standards.
* By using customFields, organizations can add new metadata flexibly without altering core configurations,
* making Initializr more adaptable and valuable for various use cases.
* The customFields feature in Spring Initializr enables additional, adaptable
* metadata beyond the standard fields. This allows organizations to set
* environment-specific values like default configurations, dependencies, version
* control, or deployment options—aligning generated projects directly with their
* standards. By using customFields, organizations can add new metadata flexibly
* without altering core configurations, making Initializr more adaptable and valuable
* for various use cases.
*/
private Map<String, Object> customFields = Collections.emptyMap();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ void validateJson() throws JSONException {
JSONObject expected = readJsonFrom("metadata/config/test-custom-fields.json");
JSONAssert.assertEquals(expected, json, JSONCompareMode.STRICT);
}

}

0 comments on commit af6a91a

Please sign in to comment.