상품 가능하도록
This commit is contained in:
@@ -23,7 +23,7 @@ public class ResourceServerConfiguration {
|
||||
.cors().and()
|
||||
.csrf().disable()
|
||||
.authorizeExchange()
|
||||
.pathMatchers("/goods/**","/oauth/**","/login/**","/.well-known/jwks.json").permitAll()
|
||||
.pathMatchers("/products/**","/goods/**","/oauth/**","/login/**","/.well-known/jwks.json").permitAll()
|
||||
.anyExchange().authenticated()
|
||||
.and()
|
||||
.oauth2ResourceServer()
|
||||
|
||||
Reference in New Issue
Block a user