- 博客(2)
- 收藏
- 关注
原创 老项目想用 Spring Boot 框架,但还有大量的 XML 配置文件,怎么处理?
老项目想用 Spring Boot 框架,但还有大量的 XML 配置文件,怎么处理?仅用于自我学习记录。答案就是:@ImportResource 注解,来看下它的源码:@Retention(RetentionPolicy.RUNTIME)@Target(ElementType.TYPE)@Documentedpublic @interface ImportResource {...
2019-10-30 14:23:32
448
原创 websocket接受消息后报An exceptionCaught() event was fired, and it reached at the tail of the pipeline.
卤煮今天在解决完跨域问题之后,用另一个ip像服务器发数据,能正常收到数据,但是又出现了新的错误。在做websocket连接之后,前端发送消息,收到之后,会报以下错误:客户端收到服务器数据:7878788778782019-05-18 11:37:46.015 WARN 11188 — [ntLoopGroup-4-1] io.netty.channel.DefaultChannelPipe...
2019-05-18 11:48:32
21749
1
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人