refactor: hide jooq tips on startup

This commit is contained in:
Gauthier Roebroeck 2022-11-10 17:15:43 +08:00
parent 3e2d2cfe14
commit 7a3c1d84c1

View file

@ -10,5 +10,6 @@ class Application
fun main(args: Array<String>) {
System.setProperty("org.jooq.no-logo", "true")
System.setProperty("org.jooq.no-tips", "true")
runApplication<Application>(*args)
}