We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61dfb0f commit 766899cCopy full SHA for 766899c
src/main/java/org/acme/CustomGreetingResource.java
@@ -15,6 +15,6 @@ public class CustomGreetingResource {
15
@GET
16
@Produces(MediaType.TEXT_PLAIN)
17
public String hello() {
18
- return "Hello from Quarkus REST, running from environment " + environment;
+ return "Hello from Quarkus REST, testing this afternoon 1419, running from environment " + environment;
19
}
20
0 commit comments