
Springboot
yyn571002445
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
springboot集成websocket(二)websocket服务器端
1、在项目的全局pom.xml导入springboot的项目依赖包 <!-- websocket --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-websocket</artifactId> </dependency> <dependency> <g原创 2020-11-18 15:42:01 · 615 阅读 · 1 评论 -
springboot集成websocket(一)客户端、客户端断线重连、客户端连接验证
springboot集成websocket客户端 一、首先是导入依赖包 package com.easylink.websocket; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; import org.springframework.integration.annotation.IntegrationComponentSc原创 2020-08-05 14:23:19 · 5710 阅读 · 2 评论 -
Java知识总结
1、设置Springboot接收Json数据 1)首先在pom.xml中添加依赖 <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> <versio...原创 2019-04-29 09:31:51 · 143 阅读 · 0 评论 -
springboot的datasource config问题
springboot连接数据库,Datasource config. 1)点击database选择设置,点击设置。 2)在设置界面点击“+”选择你想要的数据库,然后进行配置。原创 2019-04-29 14:39:25 · 1732 阅读 · 0 评论