https://github.com/biacode/spring-netty
Netty spring integration.
https://github.com/biacode/spring-netty
hermes java kotlin netty spring spring-boot spring-boot-starter spring-boot-starter-netty
Last synced: 6 months ago
JSON representation
Netty spring integration.
- Host: GitHub
- URL: https://github.com/biacode/spring-netty
- Owner: Biacode
- License: apache-2.0
- Created: 2018-01-28T09:25:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T11:17:22.000Z (about 7 years ago)
- Last Synced: 2025-04-06T11:49:26.932Z (10 months ago)
- Topics: hermes, java, kotlin, netty, spring, spring-boot, spring-boot-starter, spring-boot-starter-netty
- Language: Java
- Size: 132 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spring-netty
Netty spring integration.
[](https://travis-ci.org/Biacode/spring-netty)
# Installation
## Stable
There is no stable release yet.
## Snapshots
### Maven
```xml
snapshots-repo
https://oss.sonatype.org/content/repositories/snapshots
false
true
jcenter
http://jcenter.bintray.com
true
never
warn
true
warn
org.biacode.hermes.spring.netty
starter
${spring.netty.version}
```
### Gradle
```groovy
repositories {
mavenCentral()
maven {
url "https://oss.sonatype.org/content/repositories/snapshots"
}
jcenter()
}
compile "org.biacode.hermes.spring.netty:starter:${springNettyVersion}"
```
# About
_**The library is still in heavy development, so unpredictable behavior and bugs may occur.**_
Please go to the [wiki pages](https://github.com/Biacode/spring-netty/wiki) for further reads.