Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Quarkus version 3.11.1 (plus maven-wrapper to mvn 3.9.7) #15

Merged
merged 1 commit into from
Jun 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

Binary file modified code/exercise_000_initial_state/.mvn/wrapper/maven-wrapper.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.4/apache-maven-3.8.4-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.7/apache-maven-3.9.7-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
5 changes: 2 additions & 3 deletions code/exercise_000_initial_state/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ Let's have a look at the existing code...

* This repository contains the start of the student app.
* Import the application in your IDE
* Run the application by execusting `mvn quarkus:dev` in the
* Run the application by execusting `./mvnw quarkus:dev` in the
folder `code` in the project.
* Browse to http://localhost:8080/. What do you see?
* Take a look at the config in http://localhost:8080/q/dev/io.quarkus.quarkus-vertx-http/config
* Browse to http://localhost:8080/q/dev-ui. What do you see?

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