Skip to content

五、WebSocket

一、导入maven坐标

  • xml文件导入坐标

    xml
    <dependency>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-websocket</artifactId>
         <version>3.2.5</version>
    </dependency>
  • 手动导入

    bash
    C:\Users\31190>mvn install:install-file -Dfile=E:\code\java\spring-boot-starter-websocket-3.2.5.jar -DgroupId=org.spring
    framework.boot -DartifactId=spring-boot-starter-websocket -Dversion=3.2.5 -Dpackaging=jar