Skip to content
New issue

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

Formatting of generated Helidon SE quickstart #4950

Closed
m0mus opened this issue Sep 24, 2022 · 1 comment
Closed

Formatting of generated Helidon SE quickstart #4950

m0mus opened this issue Sep 24, 2022 · 1 comment
Assignees

Comments

@m0mus
Copy link
Contributor

m0mus commented Sep 24, 2022

Project is generated in ProjectStarter with all default settings: https://helidon.io/starter/3.0.1
Class 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.

@tvallin
Copy link
Member

tvallin commented Sep 30, 2022

Closed by #4967 and #4969

@tvallin tvallin closed this as completed Sep 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

2 participants