spring-boot-starter-netty
Introduction
- This is a Spring Boot embedded servlet container project base on netty API.
- Only supports Netty versions greater than 4.1.41.Final, you can specify the version number to be used in the pom.xml file of the project.
Maven Dependencies
- Clone project and install:
$ mvn clean install
- add the dependencies below to your maven project: ```xml
```
Blogs about how to design/code this project
Only Chineses, updating one after another……
基于Netty的Spring Boot内置Servlet容器的实现(一)
基于Netty的Spring Boot内置Servlet容器的实现(二)
基于Netty的Spring Boot内置Servlet容器的实现(三)
基于Netty的Spring Boot内置Servlet容器的实现(四)
基于Netty的Spring Boot内置Servlet容器的实现(五)