mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 20:28:44 +08:00 
			
		
		
		
	统一 boot 和 cloud 代码
This commit is contained in:
		@@ -29,8 +29,6 @@ public class SecurityConfiguration {
 | 
			
		||||
                        .antMatchers("/swagger-resources/**").anonymous()
 | 
			
		||||
                        .antMatchers("/webjars/**").anonymous()
 | 
			
		||||
                        .antMatchers("/*/api-docs").anonymous();
 | 
			
		||||
                // 积木报表
 | 
			
		||||
                registry.antMatchers("/jmreport/**").permitAll();
 | 
			
		||||
                // Spring Boot Actuator 的安全配置
 | 
			
		||||
                registry.antMatchers("/actuator").anonymous()
 | 
			
		||||
                        .antMatchers("/actuator/**").anonymous();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user