项目作者: Biacode

项目描述 :
Netty spring integration.
高级语言: Java
项目地址: git://github.com/Biacode/spring-netty.git
创建时间: 2018-01-28T09:25:33Z
项目社区:https://github.com/Biacode/spring-netty

开源协议:Apache License 2.0

下载


spring-netty

Netty spring integration.

Build Status

Installation

Stable

There is no stable release yet.

Snapshots

Maven

  1. <repositories>
  2. <repository>
  3. <id>snapshots-repo</id>
  4. <url>https://oss.sonatype.org/content/repositories/snapshots</url>
  5. <releases><enabled>false</enabled></releases>
  6. <snapshots><enabled>true</enabled></snapshots>
  7. </repository>
  8. <repository>
  9. <id>jcenter</id>
  10. <url>http://jcenter.bintray.com </url>
  11. <snapshots>
  12. <enabled>true</enabled>
  13. <updatePolicy>never</updatePolicy>
  14. <checksumPolicy>warn</checksumPolicy>
  15. </snapshots>
  16. <releases>
  17. <enabled>true</enabled>
  18. <checksumPolicy>warn</checksumPolicy>
  19. </releases>
  20. </repository>
  21. </repositories>
  22. <dependency>
  23. <groupId>org.biacode.hermes.spring.netty</groupId>
  24. <artifactId>starter</artifactId>
  25. <version>${spring.netty.version}</version>
  26. </dependency>

Gradle

  1. repositories {
  2. mavenCentral()
  3. maven {
  4. url "https://oss.sonatype.org/content/repositories/snapshots"
  5. }
  6. jcenter()
  7. }
  8. 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 for further reads.