| 
					
				 | 
			
			
				@@ -48,11 +48,17 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <artifactId>druid-spring-boot-starter</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <version>1.2.15</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-<!--        <!– 系统模块–>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-<!--        <dependency>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-<!--            <groupId>com.ozs</groupId>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-<!--            <artifactId>base-system</artifactId>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-<!--        </dependency>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!--        <!– 系统模块–>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>com.ozs</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>base-system</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <exclusions> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <exclusion> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <groupId>org.springframework.boot</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <artifactId>spring-boot-starter-security</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                </exclusion> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </exclusions> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <!-- 业务代码--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <groupId>com.ozs</groupId> 
			 |