Merge pull request #16081 from rcalago/master

Update on README.md
This commit is contained in:
Loredana Crusoveanu
2024-03-09 18:03:31 +02:00
committed by GitHub
9 changed files with 11 additions and 0 deletions
@@ -3,3 +3,4 @@
- [Integrate AWS Secrets Manager in Spring Boot](https://www.baeldung.com/spring-boot-integrate-aws-secrets-manager)
- [Fix Spring Data JPA Exception: No Property Found for Type](https://www.baeldung.com/spring-data-jpa-exception-no-property-found-for-type)
- [Remove Null Objects in JSON Response When Using Spring and Jackson](https://www.baeldung.com/spring-remove-null-objects-json-response-jackson)
- [Skip Select Before Insert in Spring Data JPA](https://www.baeldung.com/spring-data-jpa-skip-select-insert)
@@ -13,6 +13,7 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
- [How to Test GraphQL Using Postman](https://www.baeldung.com/graphql-postman)
- [GraphQL vs REST](https://www.baeldung.com/graphql-vs-rest)
- [REST vs. GraphQL vs. gRPC Which API to Choose?](https://www.baeldung.com/rest-vs-graphql-vs-grpc)
- [Implementing GraphQL Mutation Without Returning Data](https://www.baeldung.com/java-graphql-mutation-no-return-data)
### GraphQL sample queries