mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-19 18:22:26 +08:00
Update entry for deprecated ws starter
This commit is contained in:
@@ -105,9 +105,18 @@ initializr:
|
|||||||
- name: Websocket
|
- name: Websocket
|
||||||
id: websocket
|
id: websocket
|
||||||
description: Websocket development with SockJS and STOMP
|
description: Websocket development with SockJS and STOMP
|
||||||
- name: WS
|
- name: Web Services
|
||||||
id: ws
|
id: web-services
|
||||||
description: Contract-first SOAP service development with Spring Web Services
|
description: Contract-first SOAP service development with Spring Web Services
|
||||||
|
alias:
|
||||||
|
- ws
|
||||||
|
mappings:
|
||||||
|
- versionRange: 1.4.0.M3
|
||||||
|
artifactId: spring-boot-starter-web-services
|
||||||
|
- versionRange: "[1.1.0.RELEASE,1.4.0.M3)"
|
||||||
|
artifactId: spring-boot-starter-ws
|
||||||
|
keywords:
|
||||||
|
- ws
|
||||||
- name: Jersey (JAX-RS)
|
- name: Jersey (JAX-RS)
|
||||||
id: jersey
|
id: jersey
|
||||||
description: the Jersey RESTful Web Services framework
|
description: the Jersey RESTful Web Services framework
|
||||||
|
Reference in New Issue
Block a user