logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

spring boot 注解方式实现websocket

1,pom文件引入websocket包:<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-websocket</artifactId>.

#websocket
简单方便的实现spring boot 动态管理定时任务

添加依赖<!--quartz相关依赖--><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-quartz</artifactId></dependency>2. 创建定时任务实体类pac

简单方便的实现spring boot 动态管理定时任务

添加依赖<!--quartz相关依赖--><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-quartz</artifactId></dependency>2. 创建定时任务实体类pac

Centos7 安装vmware虚拟机

Centos7系统配置CentOS7 yum安装图形界面1:在命令输入窗口先输入yum grouplist;列出来的实际上是centos7安装时提供的安装类型选项;2:执行yum groupinstall GNOME Desktop命令即可通过yum源直接安装centos7的桌面图形,安装成功后;3:在服务器 中执行startx 直接启动桌面图形环境;CentOS7 安装firefox浏览器...

到底了