We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project is generated in ProjectStarter with all default settings: https://helidon.io/starter/3.0.1 Class Main.java
Main.java
Routing.Builder builder = Routing.builder() .register(MetricsSupport.create()) // Metrics at "/metrics" .register(health) // Health at "/health" .register("/simple-greet", simpleGreetService) .register("/greet", greetService) ;
Semicolon must be at the and of the previous line.
The text was updated successfully, but these errors were encountered:
Closed by #4967 and #4969
Sorry, something went wrong.
tvallin
No branches or pull requests
Project is generated in ProjectStarter with all default settings: https://helidon.io/starter/3.0.1
Class
Main.java
Semicolon must be at the and of the previous line.
The text was updated successfully, but these errors were encountered: