netty-restful-server icon indicating copy to clipboard operation
netty-restful-server copied to clipboard

A light restful server built on netty. If you are preparing for leaning java or netty, it's a nice gift for you.

Results 8 netty-restful-server issues
Sort by recently updated
recently updated
newest added

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 5.1.18 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

Bumps logback-classic from 1.1.3 to 1.2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-classic&package-manager=maven&previous-version=1.1.3&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps httpclient from 4.3.6 to 4.5.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.httpcomponents:httpclient&package-manager=maven&previous-version=4.3.6&new-version=4.5.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.7 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Helo How to extended function for post data?

添加根据sql查询结果封装成指定类的list结果集,暂时没使用注解,需要保持数据库字段名和类中属性名保持一致

大神你好 我最近在学习使用该项目开发服务接口 然后发现传参的过程中会出现中文乱码 暂未发现解决方法 例如: 访问 /doc/search/测试 关键字为【测试】 乱码显示为:【Kᅰ】 尝试使用getBytes没有解决成功 然后尝试添加如下代码: // 解决URL中文乱码 - 无效 // p.addLast(new StringEncoder(Charset.forName("gbk"))); // p.addLast(new StringDecoder(Charset.forName("utf-8"))); 更换多种编码也无法解决问题