An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# spring-netty
Netty spring integration.

[![Build Status](https://travis-ci.org/Biacode/spring-netty.svg?branch=master)](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.