Advertisement

netty-socketio开发I-M

阅读量:

1、在pom文件中添加相应内容

复制代码
    <dependency>

    
         <groupId>com.corundumstudio.socketio</groupId>
    
         <artifactId>netty-socketio</artifactId>
    
         <version>1.7.18</version>
    
     </dependency>
    
     <dependency>
    
         <groupId>org.slf4j</groupId>
    
         <artifactId>slf4j-simple</artifactId>
    
         <version>1.7.7</version>
    
     </dependency>
    
  
    
     <!-- https://mvnrepository.com/artifact/org.redisson/redisson -->
    
     <dependency>
    
         <groupId>org.redisson</groupId>
    
         <artifactId>redisson</artifactId>

全部评论 (0)

还没有任何评论哟~