mirror of
https://github.com/gotson/komga.git
synced 2025-12-27 19:04:28 +01:00
refactor: hide jooq tips on startup
This commit is contained in:
parent
3e2d2cfe14
commit
7a3c1d84c1
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue