| 
					
				 | 
			
			
				@@ -16,6 +16,7 @@ spring: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             driverDelegateClass: org.quartz.impl.jdbcjobstore.PostgreSQLDelegate 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     #数据库方式 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     job-store-type: jdbc 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    auto-startup: false 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   datasource: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     druid: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       url: jdbc:postgresql://121.43.55.7:5433/building?stringtype=unspecified&u003fuseUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&serverTimezone=PRC&useSSL=false&tinyInt1isBit=false 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -27,10 +28,10 @@ spring: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     database: 12 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     password: SKYversation 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   rabbitmq: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    host: 8.130.177.22 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    port: 5672 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    username: admin 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    password: aaaaaa 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    host: 121.43.55.7 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    port: 2212 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    username: guest 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    password: guest 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   mqtt: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     url: tcp://10.12.242.162:1883 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     topic: notice/device/status/safety/camera,notice/device/status/energy/device 
			 |