Spring Boot Starter WebSocket provides auto-configuration and dependencies for building WebSocket applications with Spring MVC.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
<version>4.0.6</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures a WebSocket endpoint by implementing WebSocketConfigurer.
Upgrade to Java 17+ or use Spring Boot 3.x for Java 11+.
No dependency data recorded yet.