websocket-mvc-springboot-starter

类似于springmvc方式的websocket通信

License

License

GroupId

GroupId

io.github.tomhusky
ArtifactId

ArtifactId

websocket-mvc-springboot-starter
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

websocket-mvc-springboot-starter
类似于springmvc方式的websocket通信
Project URL

Project URL

https://github.com/TomHusky/websocket-mvc-springboot-starter

Download websocket-mvc-springboot-starter

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.tomhusky/websocket-mvc-springboot-starter/ -->
<dependency>
    <groupId>io.github.tomhusky</groupId>
    <artifactId>websocket-mvc-springboot-starter</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.tomhusky/websocket-mvc-springboot-starter/
implementation 'io.github.tomhusky:websocket-mvc-springboot-starter:1.0.3'
// https://jarcasting.com/artifacts/io.github.tomhusky/websocket-mvc-springboot-starter/
implementation ("io.github.tomhusky:websocket-mvc-springboot-starter:1.0.3")
'io.github.tomhusky:websocket-mvc-springboot-starter:jar:1.0.3'
<dependency org="io.github.tomhusky" name="websocket-mvc-springboot-starter" rev="1.0.3">
  <artifact name="websocket-mvc-springboot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.tomhusky', module='websocket-mvc-springboot-starter', version='1.0.3')
)
libraryDependencies += "io.github.tomhusky" % "websocket-mvc-springboot-starter" % "1.0.3"
[io.github.tomhusky/websocket-mvc-springboot-starter "1.0.3"]

Dependencies

compile (9)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-websocket jar
org.springframework : spring-core jar 5.2.18.RELEASE
org.springframework.boot : spring-boot-starter jar 2.3.10.RELEASE
org.springframework.boot : spring-boot-autoconfigure-processor Optional jar
org.springframework.boot : spring-boot-configuration-processor Optional jar
org.springframework.boot : spring-boot-autoconfigure jar
org.projectlombok : lombok Optional jar
com.alibaba : fastjson Optional jar 1.2.68
cn.hutool : hutool-all jar 5.7.9

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.1
1.0.0