|  | @@ -50,7 +50,7 @@ spring:
 | 
	
		
			
				|  |  |        # jdbc-url: "jdbc:sqlserver://130.150.161.123:1433;databaseName=hisdb"
 | 
	
		
			
				|  |  |        # username: "sa"
 | 
	
		
			
				|  |  |        # password: "root"      
 | 
	
		
			
				|  |  | -      # driver-class-name: "com.microsoft.sqlserver.jdbc.SQLServerDriver"
 | 
	
		
			
				|  |  | +      driver-class-name: "com.microsoft.sqlserver.jdbc.SQLServerDriver"
 | 
	
		
			
				|  |  |      durid:
 | 
	
		
			
				|  |  |        #type: com.alibaba.druid.pool.DruidDataSource
 | 
	
		
			
				|  |  |        #初始化时建立物理连接的个数。初始化发生在显示调用init方法,或者第一次getConnection时
 |