You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin works fine but I'm not a maven expert and the documentation is kind of limited now.
By looking at the abstract mojo I understood how to customize the port (it was not documented) using the plugin configuration.
But I don't know at all how to use the other "services".
I would like to run a webserver for the H2 database. It seems we can set services but I don't understand how, and I guess another mojo may be needed for that right?
The text was updated successfully, but these errors were encountered:
This plugin works fine for me anyway, it's just it would be nice to have the possibility to easily debug integration tests DB with the web interface.
But perhaps I can connect with MySQL workbench or Oracle SQL Dev to the H2 tcp server?
It would be even nicer if you add just a little bit of documentation on the home page, like basic configuration options, the fact it is published on maven central...
Hello,
This plugin works fine but I'm not a maven expert and the documentation is kind of limited now.
By looking at the abstract mojo I understood how to customize the port (it was not documented) using the plugin configuration.
But I don't know at all how to use the other "services".
I would like to run a webserver for the H2 database. It seems we can set services but I don't understand how, and I guess another mojo may be needed for that right?
The text was updated successfully, but these errors were encountered: