diff --git a/sources/src/main/resources/application.properties b/sources/src/main/resources/application.properties index f52d1fca0..bc82349d9 100644 --- a/sources/src/main/resources/application.properties +++ b/sources/src/main/resources/application.properties @@ -14,3 +14,4 @@ # Set the port to the PORT environment variable quarkus.http.port=${PORT:8080} quarkus.package.type=uber-jar +quarkus.banner.enabled=false \ No newline at end of file