springboot+rabbitMQ+websocket+vue实现表单实时数据展示

一、创建springboot项目

1、pom.xml的依赖

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:sc

猜你喜欢

转载自blog.csdn.net/m0_46120209/article/details/131558908