2023年5月18日

Netty集成HTTP的GET和POST通讯

摘要: Netty+POST+GET 阅读全文

posted @ 2023-05-18 22:15 白嫖老郭 阅读(213) 评论(0) 推荐(0) 编辑

Springboot集成Netty实现TCP通讯

摘要: Netty 阅读全文

posted @ 2023-05-18 22:04 白嫖老郭 阅读(1863) 评论(2) 推荐(0) 编辑

Springboot项目使用Undertow替换内置Tomcat服务器,实现RESTFUL接口web应用

摘要: Maven实例:pom.xml文件中添加更换依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> </dependency> <!--整合web 阅读全文

posted @ 2023-05-18 20:05 白嫖老郭 阅读(79) 评论(0) 推荐(0) 编辑

导航