|
@@ -14,9 +14,7 @@ import org.springframework.security.jwt.crypto.sign.RsaVerifier;
|
|
|
import org.springframework.security.oauth2.config.annotation.web.configuration.EnableResourceServer;
|
|
|
import org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurerAdapter;
|
|
|
import org.springframework.security.oauth2.config.annotation.web.configurers.ResourceServerSecurityConfigurer;
|
|
|
-import org.springframework.security.oauth2.provider.error.OAuth2AuthenticationEntryPoint;
|
|
|
import org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter;
|
|
|
-import org.springframework.security.oauth2.provider.token.store.JwtTokenStore;
|
|
|
import org.springframework.util.FileCopyUtils;
|
|
|
|
|
|
import java.io.IOException;
|
|
@@ -169,6 +167,7 @@ public class ResourceServerConfigurer extends ResourceServerConfigurerAdapter {
|
|
|
.antMatchers("/qc/data/sendDoctorInfos").permitAll()
|
|
|
.antMatchers("/qc/data/sendDeptInfos").permitAll()
|
|
|
.antMatchers("/qc/data/sendRecordTypes").permitAll()
|
|
|
+ .antMatchers("/qc/data/updateDeptInfos").permitAll()
|
|
|
.antMatchers("/qc/data/sendMrRecordIng").permitAll()
|
|
|
.antMatchers("/qc/data/sendMrContent").permitAll()
|
|
|
.antMatchers("/qc/data/sendMrRecord").permitAll()
|