We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
jooq: provider: driverClassName: com.mysql.cj.jdbc.Driver username: root password: 123456 hostname: database.0coolvertx0.io instance: DB_ETERNAL jdbcUrl: jdbc:mysql://database.0coolvertx0.io:3306/DB_ETERNAL options: hikari.max.lifetime: 25600000 hikari.minimum.idle: 2 hikari.maximum.pool.size: 8
line:70 this.dataSource.setMaxLifetime(this.database.getOption(OPT_MAX_LIFETIME, 25600000L));
hikari.max.lifetime:java.lang.Integer cannot be cast to class java.lang.Long
The text was updated successfully, but these errors were encountered:
Add new Api for JsonObject extract data to avoid auto cast here. Sorry to delay. The latest version 0.9.0-SNAPSHOT fixed.
Sorry, something went wrong.
silentbalanceyh
No branches or pull requests
line:70
this.dataSource.setMaxLifetime(this.database.getOption(OPT_MAX_LIFETIME, 25600000L));
hikari.max.lifetime:java.lang.Integer cannot be cast to class java.lang.Long
The text was updated successfully, but these errors were encountered: