| 
					
				 | 
			
			
				@@ -31,6 +31,8 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <poi.version>4.1.2</poi.version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <velocity.version>2.3</velocity.version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <jwt.version>0.9.1</jwt.version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <websocket.version>3.3.6</websocket.version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <messaging.version>3.3.6</messaging.version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </properties> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <!-- 依赖声明 --> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -154,6 +156,17 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <version>${pm.version}</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <groupId>org.springframework.boot</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <artifactId>spring-boot-starter-websocket</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <version>${websocket.version}</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <groupId>org.springframework.boot</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <artifactId>spring-boot-starter-messaging</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <version>${messaging.version}</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <!-- 代码生成--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <groupId>com.pm</groupId> 
			 |