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
Jooby at runtime complains about 'vulcan.autoCommit'
INFO: An exception was caught and reported. Message: java.lang.RuntimeException: Property vulcan.autoCommit does not exist on target class com.zaxxer.hikari.HikariConfig java.lang.RuntimeException: Property vulcan.autoCommit does not exist on target class com.zaxxer.hikari.HikariConfig
With the following configuration:
Jooby at runtime complains about 'vulcan.autoCommit'
INFO: An exception was caught and reported. Message: java.lang.RuntimeException: Property vulcan.autoCommit does not exist on target class com.zaxxer.hikari.HikariConfig java.lang.RuntimeException: Property vulcan.autoCommit does not exist on target class com.zaxxer.hikari.HikariConfig
by just using the following code:
{ ...use(new Flywaydb("flyway.spock")); ...use(new Flywaydb("flyway.vulcan")); ...use(new Jdbc("db.spock")); ...use(new Jdbc("db.vulcan")); }
The text was updated successfully, but these errors were encountered: