Auto-generate tables describing the first-party starters
Previously, the documentation included hand-written tables for the application, production, and technical starters. This commit replaces the hand-written tables with tables that are generated automatically from all of the starter poms, thereby ensuring that the documentation is automatically kept up-to-date as starters are added and removed. An extra column provided a link to each starter's pom on GitHub has also been added to the table. This makes it easier for users to see exactly what each starter contains. Closes gh-5267
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
</parent>
|
||||
<artifactId>spring-boot-starter-batch</artifactId>
|
||||
<name>Spring Boot Batch Starter</name>
|
||||
<description>Spring Boot Batch Starter</description>
|
||||
<description>Starter for using Spring Batch, including HSQLDB in-memory database</description>
|
||||
<url>http://projects.spring.io/spring-boot/</url>
|
||||
<organization>
|
||||
<name>Pivotal Software, Inc.</name>
|
||||
|
||||
Reference in New Issue
Block a user