Browse Source

Merge branch '1.5.x'

pull/9426/head
Andy Wilkinson 9 years ago
parent
commit
901f37de93
  1. 2
      spring-boot-docs/src/main/groovy/generateStarterTables.groovy

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

@ -15,7 +15,7 @@ def getStarters(File dir) { @@ -15,7 +15,7 @@ def getStarters(File dir) {
]
}
}
return starters
return starters.sort { it.name }
}
boolean isApplicationStarter(def starter) {

Loading…
Cancel
Save