|
|
@@ -86,6 +86,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
|
|
|
.antMatchers("/product/count").permitAll()
|
|
|
.antMatchers("/resourceSupplyAndDemand/all").permitAll()
|
|
|
.antMatchers("/resourceSupplyAndDemand/allDTO").permitAll()
|
|
|
+ .antMatchers("/resourceSupplyAndDemand/get/*").permitAll()
|
|
|
.antMatchers("/dataType/**").permitAll()
|
|
|
.antMatchers("/orgInfo/save").permitAll()
|
|
|
.antMatchers("/orgInfo/getAllCount/*").permitAll()
|