You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before you proceed with the next challenge, please take a moment to register for Red Hat Developer. If you already have a Red Hat account, you can use the same login credentials.
14
+
15
+
This will help us assess user satisfaction and enable us to provide more curated content.
16
+
17
+
Click on the `Check` button at the bottom once you have registered or logged in.
echo'{"location":{"conditions":[{"url":"redhat.com","condition":"contains"}]},"innerText":[{"selector":"html \u003e body","value":"Please click on Check button in the bottom right of your screen to continue with the Lab."}]}'> /home/user/checkAssets.json
16
+
until [ -f /home/user/checkResult.json ];do
17
+
sleep 1
18
+
done
19
+
if grep "SUCCESS" /home/user/checkResult.json;then
Copy file name to clipboardexpand all lines: instruqt-tracks/developing-with-quarkus-spring/03-02-create-data/assignment.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ First, you need a data model.
43
43
44
44
`Step 3:` Click the `Create File` icon in the **Visual Editor** at directory `fruit-taster/src/main/java/org/acme/` and create a new file named `Fruit.java` as shown in the figure below.
Copy file name to clipboardexpand all lines: instruqt-tracks/developing-with-quarkus-spring/07-06-deploy-and-test/assignment.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -235,13 +235,13 @@ As mentioned previously, OpenShift ships with a web-based console that will allo
235
235
236
236
`Step 10:` Click on `OpenShift Web Console` tab on the horizontal menu bar over the terminal window to the left. You'll be presented with a login dialog as shown in the figure below.
237
237
238
-

238
+

239
239
240
240
241
241
|NOTE:|
242
242
|----|
243
243
|You might see the following warning notification due to using an untrusted security certificate.
You'll be presented with the Topology page for the `quarkus-spring`.
271
271
272
272
----
273
273
274
274
The Topology page for the `quarkus-spring` has two circular graphics as shown in the figure below.
275
275
276
-

276
+

277
277
278
278
279
279
One graphic represents to the Fruit Taster demonstration application. The other circular graphic represents the Postgres database that's storing the fruit data. When you click on the center of the Fruit Taster graphic an information page will slide out from the right side of the web console.
0 commit comments