Disabled unwanted console output of Quarkus 2.x
This commit is contained in:
parent
e75d761b78
commit
ae6ae7071a
|
@ -5,5 +5,18 @@ quarkus.http.cors=true
|
|||
quarkus.http.port=8080
|
||||
%dev.quarkus.http.port=6543
|
||||
|
||||
|
||||
# disable this output:
|
||||
# Press [h] for more options>
|
||||
# Tests paused
|
||||
# Press [r] to resume testing, [h] for more options>
|
||||
# Press [r] to resume testing, [o] Toggle test output, [h] for more options>
|
||||
quarkus.test.continuous-testing=disabled
|
||||
quarkus.console.disable-input=true
|
||||
|
||||
|
||||
# Quarkus Native settings
|
||||
|
||||
|
||||
quarkus.native.enable-https-url-handler=true
|
||||
quarkus.native.enable-all-security-services=true
|
Loading…
Reference in New Issue