We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7ce2f commit e27b908Copy full SHA for e27b908
database/src/main/java/org/togetherjava/tjbot/db/Database.java
@@ -26,6 +26,11 @@
26
*/
27
public final class Database {
28
29
+ static {
30
+ System.setProperty("org.jooq.no-logo", "true");
31
+ System.setProperty("org.jooq.no-tips", "true");
32
+ }
33
+
34
private final DSLContext dslContext;
35
/**
36
* Lock used to implement thread-safety across this class. Any database modifying method must
0 commit comments