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 061d675 commit 6b937ecCopy full SHA for 6b937ec
examples/integrations/micrometer/se/src/main/java/io/helidon/examples/micrometer/se/Main.java
@@ -62,6 +62,7 @@ static WebServer startServer() {
62
WebServer server = WebServer.builder()
63
.config(config.get("server"))
64
.routing(r -> setupRouting(r, config))
65
+ .build()
66
.start();
67
68
System.out.println("WEB server is up! http://localhost:" + server.port() + "/greet");
0 commit comments