Skip to content

Commit 361c634

Browse files
authored
Merge pull request #151 from gsmet/patch-3
Update 03_configuration.adoc
2 parents 7e05d1c + 313b299 commit 361c634

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

documentation/modules/ROOT/pages/03_configuration.adoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
= Configuration
22

3-
:project-name: fruits-app
4-
53
Hardcoded values in your code is a no go, so let's see how to add configuration to your application.
64
Quarkus relies on the MicroProfile Config specification and the main configuration file is `application.properties`.
75

@@ -121,9 +119,9 @@ public class GreetingResourceTest {
121119
}
122120
----
123121

124-
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.
122+
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.
125123

126-
Stop your current Live Coding session of Quarkus in the terminal by sending a `CTRL+C`:
124+
Stop your current Live Coding session of Quarkus in the terminal by sending a `Ctrl+C`:
127125

128126

129127

0 commit comments

Comments
 (0)