mirror of
https://gitee.com/dcren/initializr.git
synced 2025-12-02 11:24:04 +08:00
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
This commit is contained in:
@@ -422,7 +422,7 @@ initializr:
|
|||||||
- name: Thymeleaf
|
- name: Thymeleaf
|
||||||
id: thymeleaf
|
id: thymeleaf
|
||||||
description: Thymeleaf templating engine, including integration with Spring
|
description: Thymeleaf templating engine, including integration with Spring
|
||||||
weight: 100
|
weight: 90
|
||||||
facets:
|
facets:
|
||||||
- web
|
- web
|
||||||
keywords:
|
keywords:
|
||||||
@@ -1143,6 +1143,7 @@ initializr:
|
|||||||
- name: Integration
|
- name: Integration
|
||||||
id: integration
|
id: integration
|
||||||
description: Common spring-integration modules
|
description: Common spring-integration modules
|
||||||
|
weight: 100
|
||||||
links:
|
links:
|
||||||
- rel: guide
|
- rel: guide
|
||||||
href: https://spring.io/guides/gs/integration/
|
href: https://spring.io/guides/gs/integration/
|
||||||
|
|||||||
Reference in New Issue
Block a user