vertx-starter
vertx-starter copied to clipboard
not open jdbc common neither postgres
Context
when select jdbc client jdbc common is not add in pom n and jdbc for mysql or postgres not show in list.
Steps to reproduce
- type jdbc in dependences input
- generate package
- open pom.xml
Extra
- Anything that can be relevant
@seduardo if you select the vertx-jdbc-client
dependency, the generated project will transitively depend on vertx-sql-common
, so it's not necessary to explicitly include it.
As for Postgres / MySQL drivers, I need some time to give it some thought, but it doesn't sound like a bad idea.
wdyt @danielpetisme @vietj ?
Sorry for this delayed answer.
IMHO, adding automatically the drivers is a good idea (for the record, we can' distribute Oracle drivers). My main concern is the UX to propose the target database when you have selected vertx-jdbc-client
@seduardo would you like to contribute this?
@tsegismont yes I would like. Let me verify the code where I can help.