|  | @@ -1,7 +1,6 @@
 | 
	
		
			
				|  |  |  package com.ym.mec.auth.config;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  import com.ym.mec.common.constant.CommonConstants;
 | 
	
		
			
				|  |  | -import lombok.AllArgsConstructor;
 | 
	
		
			
				|  |  |  import org.springframework.beans.factory.annotation.Autowired;
 | 
	
		
			
				|  |  |  import org.springframework.context.annotation.Bean;
 | 
	
		
			
				|  |  |  import org.springframework.context.annotation.Configuration;
 | 
	
	
		
			
				|  | @@ -15,13 +14,13 @@ import org.springframework.security.oauth2.config.annotation.web.configurers.Aut
 | 
	
		
			
				|  |  |  import org.springframework.security.oauth2.provider.client.JdbcClientDetailsService;
 | 
	
		
			
				|  |  |  import org.springframework.security.oauth2.provider.token.DefaultTokenServices;
 | 
	
		
			
				|  |  |  import org.springframework.security.oauth2.provider.token.store.redis.RedisTokenStore;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  import javax.sql.DataSource;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  /**
 | 
	
		
			
				|  |  |   * 授权服务器配置
 | 
	
		
			
				|  |  |   */
 | 
	
		
			
				|  |  |  @Configuration
 | 
	
		
			
				|  |  | -@AllArgsConstructor
 | 
	
		
			
				|  |  |  @EnableAuthorizationServer
 | 
	
		
			
				|  |  |  public class AuthorizationServerConfig extends AuthorizationServerConfigurerAdapter {
 | 
	
		
			
				|  |  |  
 |