one-jar remove verbose warning information on application load

后端 未结 9 1998
一个人的身影
一个人的身影 2021-02-19 17:18

I am using Maven, with the one-jar pluggin, but when I run the one jar executable, I\'m greeted with a wall of warnings, this is unacceptable for use

I\'ve looked at eve

9条回答
  •  醉话见心
    2021-02-19 17:36

    It seems that these messages are printed when running in "verbose" mode. What I don't get is that the verbose mode doesn't seem to be activated by default.

    Anyway, could you try to set the one-jar.verbose system property to false when running your one-jar:

    java -Done-jar.verbose=false -jar 
    

提交回复
热议问题