netty 启动提示 Error creating bean with name 'xxxx': Invocation of init method failed
Post on 2021-10-28
210
0
将netty的版本降为4.1.13.Final
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.13.Final</version>
</dependency>
当netty启动提示端口绑定失败时
请检查端口是否被占用
netstat -a -n //linux查看端口绑定
ubuntu16.04 mysql 设置权限 ERROR 1290(HY000)
阅读更多WebSocket code 200 报错
阅读更多服务器文件上传500报错,500 InternalServerError
阅读更多
暂无评论