Skip to content

Commit a6cbf20

Browse files
committed
Replace FruityVice with Swapi
1 parent 4effaa8 commit a6cbf20

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

documentation/modules/ROOT/pages/04_panache.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[#quarkusp-demo-overview]
66
== Demo Overview
77

8-
You'll learn how easy and productive Quarkus is with Hibernate with Panache. For this, we'll develop a simple CRUD REST API that handles information about fruits.
8+
You'll learn how easy and productive Quarkus is with Hibernate with Panache. For this, we'll develop a simple CRUD REST API that handles information about movies.
99

1010
We'll use http://www.h2database.com[H2,window="_blank"] as our backing database in this section, but it's very easy to use other database engines with Quarkus as you will see in the Dev Services chapter. As an exercise for later, we suggest to try your favorite database engine with the documentation found https://quarkus.io/guides/datasource[here,window="_blank"].
1111

documentation/modules/ROOT/pages/08_rest-client.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ quarkus extension add rest-client rest-client-jackson
7878
7979
Notice in the logs how Quarkus is reloading and the `rest-client-jackson` extension is now part of the `Installed features`.
8080
81-
== Create FruityVice POJO
81+
== Create Swapi POJO
8282
8383
We need to create a POJO object that is used to unmarshal a JSON message from http://swapi.dev[window=_blank].
8484

documentation/modules/ROOT/pages/11_observability.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ curl -w '\n' localhost:8080/movie?year=1980
5757

5858
=== Trace down the requests in Jaeger
5959

60-
Go to http://localhost:16686 in your browser. You should see the Jaeger UI, if not make sure the `docker run` command was executed successfully. To see the traces we just produced, select 'tutorial-app' from the Service dropdown and click 'Find Traces'. Depending on how many times you sent requests to the fruit endpoint, you'll see a number of traces that were collected.
60+
Go to http://localhost:16686 in your browser. You should see the Jaeger UI, if not make sure the `docker run` command was executed successfully. To see the traces we just produced, select 'tutorial-app' from the Service dropdown and click 'Find Traces'. Depending on how many times you sent requests to the Movie endpoint, you'll see a number of traces that were collected.
6161

6262
[.mt-4.center]
6363
image::Jaeger.png[Jaeger Tracing,800,500,align="center"]

0 commit comments

Comments
 (0)