Commit e77ed45b authored by leyboy's avatar leyboy

1.新增netty-all依赖

parent e004ee3c
<component name="libraryTable">
<library name="Maven: io.netty:netty-all:4.1.22.Final">
<CLASSES>
<root url="jar://D:/java/repo3/repository/io/netty/netty-all/4.1.22.Final/netty-all-4.1.22.Final.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://D:/java/repo3/repository/io/netty/netty-all/4.1.22.Final/netty-all-4.1.22.Final-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://D:/java/repo3/repository/io/netty/netty-all/4.1.22.Final/netty-all-4.1.22.Final-sources.jar!/" />
</SOURCES>
</library>
</component>
\ No newline at end of file
This diff is collapsed.
......@@ -209,5 +209,6 @@
<orderEntry type="library" name="Maven: com.github.ulisesbocchio:jasypt-spring-boot-starter:1.18" level="project" />
<orderEntry type="library" name="Maven: com.github.ulisesbocchio:jasypt-spring-boot:1.18" level="project" />
<orderEntry type="library" name="Maven: org.jasypt:jasypt:1.9.2" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-all:4.1.22.Final" level="project" />
</component>
</module>
\ No newline at end of file
......@@ -273,6 +273,12 @@
<artifactId>jasypt-spring-boot-starter</artifactId>
<version>${jasypt.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.22.Final</version>
</dependency>
</dependencies>
<build>
<plugins>
......
package com.adc.da.znks.server;
import org.slf4j.Logger;
/**
* znks server
*
* @author ley
* **/
public class ZnksServer {
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment