Fix wrong file path in README

This commit is contained in:
Jake Son
2022-06-05 13:17:47 +09:00
committed by Rossen Stoyanchev
parent a9e4324562
commit 8542ef4459
3 changed files with 3 additions and 3 deletions

View File

@@ -3,4 +3,4 @@
- Spring Security [config](src/main/java/io/spring/sample/graphql/SecurityConfig.java) secures GraphQL HTTP endpoint.
- Fine-grained, method-level security on [SalaryService](src/main/java/io/spring/sample/graphql/SalaryService.java).
- `AuthenticationException` and `AccessDeniedException` resolved to GraphQL errors.
- [Tests](src/test/java/io/spring/sample/graphql/SampleApplicationTests.java) with `WebGraphQlTester` and WebFlux without a server.
- [Tests](src/test/java/io/spring/sample/graphql/WebMvcHttpSecuritySampleTests.java) with `WebGraphQlTester` without a server.