Skip to content

nicholes-lyt/netty-httpserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1、netty搭建的httpserver服务器jar包

2、其他项目添加依赖,pom文件添加如下

	<!-- netty httpserver服务包 -->
	<dependency>
		<groupId>vdaifu</groupId>
		<artifactId>netty-httpserver</artifactId>
		<version>0.0.1-SNAPSHOT</version>
	</dependency>

3、依赖项目需要在src目录下添加配置文件 spring的controller自动扫描配置文件:applicationContext.xml log4j配置文件:log4j.properties logback配置文件:logback.xml netty服务参数配置:nettyserver.properties

4、实现的功能 只支持GET、POST访问请求

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages