mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 10:18:42 +08:00 
			
		
		
		
	优化,使用 @Configuration(proxyBeanMethods = false) 提升启动速度
This commit is contained in:
		| @@ -11,7 +11,7 @@ import org.springframework.security.web.authentication.UsernamePasswordAuthentic | ||||
|  | ||||
| import javax.annotation.Resource; | ||||
|  | ||||
| @Configuration | ||||
| @Configuration(proxyBeanMethods = false) | ||||
| public class SecurityConfiguration extends WebSecurityConfigurerAdapter { | ||||
|  | ||||
|     @Resource | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV