Skip to content

Commit

Permalink
Merge pull request #151 from gsmet/patch-3
Browse files Browse the repository at this point in the history
Update 03_configuration.adoc
  • Loading branch information
kdubois authored May 21, 2024
2 parents 7e05d1c + 313b299 commit 361c634
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions documentation/modules/ROOT/pages/03_configuration.adoc
Original file line number Diff line number Diff line change
@@ -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`.

Expand Down Expand Up @@ -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`:



Expand Down

0 comments on commit 361c634

Please sign in to comment.