From 313b299abe4c72b2cd83a9e82e6ffd86c53b8da7 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Tue, 21 May 2024 13:55:28 +0200 Subject: [PATCH] Update 03_configuration.adoc --- documentation/modules/ROOT/pages/03_configuration.adoc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/documentation/modules/ROOT/pages/03_configuration.adoc b/documentation/modules/ROOT/pages/03_configuration.adoc index 2929bd8..d9ded89 100644 --- a/documentation/modules/ROOT/pages/03_configuration.adoc +++ b/documentation/modules/ROOT/pages/03_configuration.adoc @@ -1,7 +1,5 @@ = Configuration -:project-name: fruits-app - Hardcoded values in your code is a no go, so let's see how to add configuration to your application. Quarkus relies on the MicroProfile Config specification and the main configuration file is `application.properties`. @@ -121,9 +119,9 @@ public class GreetingResourceTest { } ---- -NOTE: If you're still running in live testing mode you will already see that the tests pass again and you can ignore the rest of this page and move on to the next step. +NOTE: If you're still running in continuous testing mode, you will already see that the tests pass again and you can ignore the rest of this page and move on to the next step. -Stop your current Live Coding session of Quarkus in the terminal by sending a `CTRL+C`: +Stop your current Live Coding session of Quarkus in the terminal by sending a `Ctrl+C`: