You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/modules/ROOT/pages/03_configuration.adoc
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
= Configuration
2
2
3
-
:project-name: fruits-app
4
-
5
3
Hardcoded values in your code is a no go, so let's see how to add configuration to your application.
6
4
Quarkus relies on the MicroProfile Config specification and the main configuration file is `application.properties`.
7
5
@@ -121,9 +119,9 @@ public class GreetingResourceTest {
121
119
}
122
120
----
123
121
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.
125
123
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`:
0 commit comments