Feature/bael 5756 choose api (#13055)

* BAEL-5756: Rest controller

* BAEL-5756: GraphQL controller (without tests)

* BAEL-5756: Fix GraphQL test

* BAEL-5756: Fix GraphQL test 2

* BAEL-5756: GRPC working

* BAEL-5756: GRPC with Spring Boot

* BAEL-5756: Books proto service

* BAEL-5756: Fix grpc integration test

* BAEL-5756: Refactor

* BAEL-5756: Revert some changes
This commit is contained in:
Daniel Strmecki
2022-12-03 16:00:24 +01:00
committed by GitHub
parent 5f939afaf0
commit 0f3c81c248
18 changed files with 525 additions and 1 deletions
@@ -0,0 +1,26 @@
[
{
"title": "Philosopher's Stone",
"year": 1997,
"author": {
"firstName": "Joanne",
"lastName": "Rowling"
}
},
{
"title": "Goblet of Fire",
"year": 2000,
"author": {
"firstName": "Joanne",
"lastName": "Rowling"
}
},
{
"title": "Deathly Hallows",
"year": 2007,
"author": {
"firstName": "Joanne",
"lastName": "Rowling"
}
}
]