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

Commit dba58c4

Browse files
authored
Update Quarkus version 3.11.1 (#15)
1 parent e6c5c46 commit dba58c4

File tree

127 files changed

+5470
-7828
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+5470
-7828
lines changed

code/exercise_000_initial_state/.mvn/wrapper/MavenWrapperDownloader.java

Lines changed: 0 additions & 142 deletions
This file was deleted.
11.6 KB
Binary file not shown.

code/exercise_000_initial_state/.mvn/wrapper/maven-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.4/apache-maven-3.8.4-bin.zip
18-
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar
17+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.7/apache-maven-3.9.7-bin.zip
18+
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar

code/exercise_000_initial_state/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ Let's have a look at the existing code...
66

77
* This repository contains the start of the student app.
88
* Import the application in your IDE
9-
* Run the application by execusting `mvn quarkus:dev` in the
9+
* Run the application by execusting `./mvnw quarkus:dev` in the
1010
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
11+
* Browse to http://localhost:8080/q/dev-ui. What do you see?
1312

1413
Now that we have taken our first step in Quarkus, let's
1514
move to the next exercise by executing

0 commit comments

Comments
 (0)