04 2021 档案

摘要:1 ApplicationRunner 是一个接口,里面定义一个run(ApplicationArguments args)方法,我们需要自己写一个类去实现这个这接口,并实现接口里面的run(ApplicationArguments args)方法。启动之后直接执行某一段代码 2 EnableAsy 阅读全文
posted @ 2021-04-20 15:10 夕阳下的无名草 阅读(112) 评论(0) 推荐(0)
摘要:cometd client 分为remote client和local client,remote client即是传统的cometd客户端,分为java和javascript两个版本;当remote client与server建立bayeux协议连接后,server session才被创建;而lo 阅读全文
posted @ 2021-04-12 16:47 夕阳下的无名草 阅读(717) 评论(0) 推荐(0)