spring-boot-protocol icon indicating copy to clipboard operation
spring-boot-protocol copied to clipboard

springboot功能扩充-netty动态协议,可以支持各种网络协议的动态切换(单端口支持多个网络协议).支持mmap,sendfile零拷贝,http请求批量聚合

Results 11 spring-boot-protocol issues
Sort by recently updated
recently updated
newest added

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.19 to 8.0.28. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...

dependencies

Solon 的仓库在这儿:https://github.com/noear/solon

Great job! Is it possible to split the code into core module plus protocol modules (servlet, mqtt...) and auto loading the protocol modules when application startup depending on protocol modules...

当我在上传大文件的时候会发生OOM 下面是文件上传代码: ` > @RequestMapping(value = "/stream-upload-test") public ResponseEntity upload(HttpServletRequest request, HttpServletResponse response) throws IOException, FileUploadException { boolean isMultipart = ServletFileUpload.isMultipartContent(request); if (isMultipart) { ServletFileUpload upload = new ServletFileUpload(); Map...

在NettyMessageToServletRunnable里面先处理HttpRequest,在处理HttpContent。当msg是DefaultFullHttpRequest时会被忽略掉HttpConetnt导致不能正常处理请求

![1719315746330_d](https://github.com/wangzihaogithub/spring-boot-protocol/assets/7439225/f0544284-6982-4bb0-8310-07c2ae068911) 我们想只启用了http协议,关闭rpc、db、duboo等非协议启动。 主要想减少被人家白客扫描渗透的风险。

环境:springboot2.7.18 请问如何初始化ServletContext 中的resourceManager呢? 让他读取static、template资源文件夹,谢谢

大佬你好,我在自己的项目中用了当前工程,现在我像给我的项目升级springboot3,因此当前工程同样需要适配springboot3和jdk17. 当前我升级了一些组件的版本 `17` `3.3.1` `6.0.0` `2.2.0` 并替换了一些过期的类。 最终使用`com.github.netty.http.HttpBootstrap`启动测试时出现了错误,这里请教一下,是否能帮助我定位该问题是什么原因导致的。下面是我的启动日志: `2024-08-08T15:25:01.953+08:00 INFO 22544 --- [ main] com.github.netty.http.HttpBootstrap : Starting HttpBootstrap using Java 17.0.12 with PID 22544 (D:\File\Project\data\spring-boot-protocol\target\test-classes started by bangsun in D:\File\Project\data\spring-boot-protocol)...

可以通过spring.factories来设置吗? 另外,还有个小请求可以默认禁用rmi、ldap、ldaps、javax.naming、jndi等远程调用协议,以防止远程执行任意命令! 谢谢!