Skip to content

Commit 223b694

Browse files
committed
Sort the table of starter modules alphabetically
Closes gh-9422
1 parent fcd0adc commit 223b694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/groovy/generateStarterTables.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def getStarters(File dir) {
1515
]
1616
}
1717
}
18-
return starters
18+
return starters.sort { it.name }
1919
}
2020

2121
boolean isApplicationStarter(def starter) {

0 commit comments

Comments
 (0)