摘要:
Springboot整合Websocket遇到的坑 一、使用Springboot内嵌的tomcat启动websocket 1.添加ServerEndpointExporter配置bean 2.在接收连接的类加上@ServerEndpoint和@Component 二、使用外部tomcat容器启动we 阅读全文
摘要:
idea项目git版本回退 一、查询提交历史 项目上右键,点击Git,点击Show History 二、复制版本号 我这里有两个测试的版本,我的当前版本是【二】,所以我选择【一】,右键,选择Copy Revision Number 三、检出对应版本 1.项目右键,点击Git,点击Repository 阅读全文