240 发简信
IP属地:宁夏
  • 基于STOMP协议下的Websocket Server端实现(base on Spring Boot)

    最近项目中要基于STOMP协议实现一个Websocket通信,从Server端角度来说,Spring Boot提供了一套完整的解决方案,在这里记...

  • Spring Boot Embedded Netty Server 添加自定义Channel Handler

    最近工作上接触Spring Cloud Gateway比较多,在高并发请求下遇到了不少坑,其中一些就是和SCG底层使用的reactor-nett...

  • 从源码解析SpringBoot如何读取配置文件

    SpringBoot 版本 2.6.1 Spring项目一般有.properties和.yml两种类型的配置文件,日常工作中知道在resourc...