随笔 - 229
文章 - 0
评论 - 10
阅读 -
26万
07 2020 档案
springboot整合stomp实现 webScoket通信
摘要:1. 官网地址 https://docs.spring.io/spring/docs/5.2.6.RELEASE/spring-framework-reference/web.html#websocket-stomp-user-destination 2.入门示例 本示例在官网示例上稍加修改 2.1
阅读全文
记录一下ObjectMapper解析LoaclDateTime时间格式的问题
摘要:添加依赖 <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jsr310</artifactId> <version>2.10.2</version> <scope>
阅读全文