|  | @ -6,7 +6,9 @@ import org.springframework.boot.autoconfigure.security.oauth2.OAuth2AutoConfigur
 | 
												
													
														
															|  | import org.springframework.context.annotation.ComponentScan;
 |  | import org.springframework.context.annotation.ComponentScan;
 | 
												
													
														
															|  | import org.springframework.context.annotation.EnableAspectJAutoProxy;
 |  | import org.springframework.context.annotation.EnableAspectJAutoProxy;
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  | 
 |  | /**
 | 
												
													
														
															|  | 
 |  |  *
 | 
												
													
														
															|  | 
 |  |  */
 | 
												
													
														
															|  | @SpringBootApplication(exclude = OAuth2AutoConfiguration.class)
 |  | @SpringBootApplication(exclude = OAuth2AutoConfiguration.class)
 | 
												
													
														
															|  | @ComponentScan(basePackages = {"com"})
 |  | @ComponentScan(basePackages = {"com"})
 | 
												
													
														
															|  | @EnableAspectJAutoProxy(proxyTargetClass = true, exposeProxy = true)
 |  | @EnableAspectJAutoProxy(proxyTargetClass = true, exposeProxy = true)
 |