mirror of
https://gitee.com/dcren/initializr.git
synced 2025-04-24 18:04:58 +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:
parent
45006c41e1
commit
fe6e428b2b
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user