Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4mpy authored Nov 28, 2024
1 parent 1dc886e commit 5104291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/webflux-jwt-default/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ com:
## 3. Java Configuration
An auto-configured `SecurityWebFilterChain` is provided by `spring-addons-webflux-jwt-resource-server`.

When using just method security, no additional conf is needed. But for demonstration puposes we'll demo how to add access control in Java conf:
When using just method security, no additional conf is needed. But for demonstration purposes, we'll add access control in Java conf:
```java
@EnableReactiveMethodSecurity()
@Configuration
Expand Down

0 comments on commit 5104291

Please sign in to comment.