Skip to content

Commit 35bf908

Browse files
committed
Rename "Spring Web Services" to "Spring Webservices"
Closes gh-1943
1 parent 4e426f1 commit 35bf908

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

start-site/src/main/java/io/spring/start/site/extension/dependency/springintegration/SpringIntegrationModuleRegistry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ static Iterable<ImplicitDependency> create(Version platformVersion) {
7575
.customizeHelpDocument(addReferenceLink("STOMP Module", "stomp")
7676
.andThen(addReferenceLink("WebSocket Module", "web-sockets"))));
7777
builders.add(onDependencies("web-services").customizeBuild(addDependency("ws"))
78-
.customizeHelpDocument(addReferenceLink("Web Services Module", "ws")));
78+
.customizeHelpDocument(addReferenceLink("Webservices Module", "ws")));
7979
return builders.stream().map(Builder::build).toList();
8080
}
8181

start-site/src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,9 +400,9 @@ initializr:
400400
description: Building a Hypermedia-Driven RESTful Web Service
401401
- rel: reference
402402
href: https://docs.spring.io/spring-boot/{bootVersion}/reference/web/spring-hateoas.html
403-
- name: Spring Web Services
403+
- name: Spring Webservices
404404
id: web-services
405-
description: Facilitates contract-first SOAP development. Allows for the creation of flexible web services using one of the many ways to manipulate XML payloads.
405+
description: Facilitates contract-first SOAP development. Allows for the creation of flexible webservices using one of the many ways to manipulate XML payloads.
406406
group-id: org.springframework.boot
407407
artifact-id: spring-boot-starter-webservices
408408
mappings:

0 commit comments

Comments
 (0)