s

spring-boot-netty-starter

spring-boot-netty-starter It is an integration framework for sprint boot and netty. For students who are not familiar with netty, it can quickly develop socket servers based on netty. It implements a large number of annotations and process interceptors, which can seamlessly connect with sprint boot for rapid development.
https://gitee.com/lee_coding/spring-boot-netty-starter
The Apache Software License, Version 2.0
peaklee
Files download
File Operation
spring-boot-netty-starter-2022.1.0-RELEASE.jar download
spring-boot-netty-starter-2022.1.0-RELEASE.pom download
spring-boot-netty-starter-2022.1.0-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>site.peaklee.framework</groupId>
  <artifactId>spring-boot-netty-starter</artifactId>
  <version>2022.1.0-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'site.peaklee.framework:spring-boot-netty-starter:2022.1.0-RELEASE'
Gradle Kotlin
implementation("site.peaklee.framework:spring-boot-netty-starter:2022.1.0-RELEASE")
Scala SBT
libraryDependencies += "site.peaklee.framework" % "spring-boot-netty-starter" % "2022.1.0-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='site.peaklee.framework', module='spring-boot-netty-starter', version='2022.1.0-RELEASE')
)
Apache Ivy
<dependency org="site.peaklee.framework" name="spring-boot-netty-starter" rev="2022.1.0-RELEASE" />
Leiningen
[site.peaklee.framework/spring-boot-netty-starter "2022.1.0-RELEASE"]
Apache Buildr
'site.peaklee.framework:spring-boot-netty-starter:jar:2022.1.0-RELEASE'