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
Copy file name to clipboardexpand all lines: instruqt-tracks/developing-with-quarkus-getting-started-short/01-01-create-project/assignment.md
+13-6
Original file line number
Diff line number
Diff line change
@@ -29,19 +29,23 @@ notes:
29
29
30
30
Application requirements have changed over the last few years. For any application to succeed in the era of big data, IoT or cloud computing, adhering to the principles and practices of the [reactive architecture style](https://developers.redhat.com/coderland/reactive/reactive-intro) is essential.
31
31
tabs:
32
-
- title: Terminal 1
32
+
- id: okl2x8dqg0a4
33
+
title: Terminal 1
33
34
type: terminal
34
35
hostname: crc
35
36
cmd: /bin/bash
36
-
- title: Visual Editor
37
+
- id: bvp06lvwu14j
38
+
title: Visual Editor
37
39
type: code
38
40
hostname: crc
39
41
path: /root/projects/quarkus
40
-
- title: Terminal 2
42
+
- id: sqeayzc3moq6
43
+
title: Terminal 2
41
44
type: terminal
42
45
hostname: crc
43
46
cmd: /bin/bash
44
-
- title: Dev UI
47
+
- id: yavag0uhmvhf
48
+
title: Dev UI
45
49
type: service
46
50
hostname: crc
47
51
path: /q/dev
@@ -101,8 +105,11 @@ Click the **Visual Editor** tab in the horizontal menu bar over the terminal win
101
105
102
106
In case you don't see the subdirectories under the */root/projects/quarkus* directory, click on the reload icon.
103
107
108
+
Make sure to replace `YOUR_SANDBOX_ID` with the sandbox ID from the ROUTE URL.
There will be a lot of output to the screen. When the process is finished running, you will see the following:
127
+
There will be a lot of output to the screen. When the process is finished running, you will see the following:
121
128
122
129
```
123
130
Listening for transport dt_socket at address: 5005
@@ -164,7 +171,7 @@ Let's take a look.
164
171
165
172
----
166
173
167
-
You are going to change the output of the **Hello App** API application from `Hello from Quarkus REST` to `Hola from Quarkus RESTe` by doing nothing more than changing one line of code. Quarkus will take care of everything else.
174
+
You are going to change the output of the **Hello App** API application from `Hello from Quarkus REST` to `Hola from Quarkus REST` by doing nothing more than changing one line of code. Quarkus will take care of everything else.
0 commit comments