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

add method to start h2 webserver console inside reactive environment #165

Merged

Conversation

atomfrede
Copy link
Member

This is a preparation for jhipster/generator-jhipster#13699 to start the h2 console without/outside a servlet context so we can have it when using reactive. Micronaut blueprint is doing the same as it runs on netty by default and no servlet context is available.

PR in the main generator will follow.

@pascalgrimaud
Copy link
Member

I don't know if it's difficult to create test for that ?

@atomfrede
Copy link
Member Author

Let me check, but I guess it should be quite easy, starting the webserver and checking if there is something up and running (if we have a valid properties file here).

@atomfrede atomfrede force-pushed the 13699-h2-console-for-reactive branch from a747cbc to b82b2a1 Compare February 7, 2021 08:09
@atomfrede atomfrede force-pushed the 13699-h2-console-for-reactive branch 2 times, most recently from d387cd5 to 296fcae Compare February 7, 2021 21:31
@atomfrede atomfrede force-pushed the 13699-h2-console-for-reactive branch from 296fcae to e83ea9d Compare February 7, 2021 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants