Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit c13b441

Browse files
authored
Fix exercises (#11)
* Add a real initial state The first exercise in a course shouldn't expect student to apply changes to it. * Add solution for exercise 1 * Add full tests to exercise 1 * Change CMT config/update pom.xml * Temp save * Exercises 0 & 1 passing tests * Add index.html to exercise 0 * Update solution for exercise 1 and add a test for it
1 parent 11b8a1c commit c13b441

File tree

35 files changed

+1413
-19
lines changed

35 files changed

+1413
-19
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Exercise: Initial State
2+
3+
In this exercise, we will be exploring Quarkus.
4+
5+
Let's have a look at the existing code...
6+
7+
* This repository contains the start of the student app.
8+
* Import the application in your IDE
9+
* Run the application by execusting `mvn quarkus:dev` in the
10+
folder `code` in the project.
11+
* Browse to http://localhost:8080/. What do you see?
12+
* Take a look at the config in http://localhost:8080/q/dev/io.quarkus.quarkus-vertx-http/config
13+
14+
Now that we have taken our first step in Quarkus, let's
15+
move to the next exercise by executing
16+
`cmtc next-exercise <path to course root folder>`
17+
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)