상품 가능하도록

This commit is contained in:
kimscott
2019-09-17 16:47:26 +09:00
parent 6d551b8227
commit 843aa34636

View File

@@ -23,7 +23,7 @@ public class ResourceServerConfiguration {
.cors().and() .cors().and()
.csrf().disable() .csrf().disable()
.authorizeExchange() .authorizeExchange()
.pathMatchers("/goods/**","/oauth/**","/login/**","/.well-known/jwks.json").permitAll() .pathMatchers("/products/**","/goods/**","/oauth/**","/login/**","/.well-known/jwks.json").permitAll()
.anyExchange().authenticated() .anyExchange().authenticated()
.and() .and()
.oauth2ResourceServer() .oauth2ResourceServer()