mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 18:28:43 +08:00 
			
		
		
		
	修改积木报表相关访问配置
This commit is contained in:
		| @@ -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
	 jiangqiang
					jiangqiang