From fe6e428b2b8b6cbfc38c07edc07ef5af4d39d37b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 30 Jan 2018 15:42:34 +0100 Subject: [PATCH] Bump visibility of Spring Integration As "integration" is a frequent term in a description, the Spring Integration is shadowed by other entries unless its weight is increased. This commits make sure that integration shows up first when that term is used, slightly reducing the weight of Thymeleaf in the process. Closes gh-581 --- initializr-service/src/main/resources/application.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/initializr-service/src/main/resources/application.yml b/initializr-service/src/main/resources/application.yml index 7e81a92c..01648e96 100644 --- a/initializr-service/src/main/resources/application.yml +++ b/initializr-service/src/main/resources/application.yml @@ -422,7 +422,7 @@ initializr: - name: Thymeleaf id: thymeleaf description: Thymeleaf templating engine, including integration with Spring - weight: 100 + weight: 90 facets: - web keywords: @@ -1143,6 +1143,7 @@ initializr: - name: Integration id: integration description: Common spring-integration modules + weight: 100 links: - rel: guide href: https://spring.io/guides/gs/integration/