mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 12:18:42 +08:00 
			
		
		
		
	@@ -27,6 +27,8 @@ 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