All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.runtime.BannerRuntimeConfig Maven / Gradle / Ivy

There is a newer version: 3.17.5
Show newest version
package io.quarkus.runtime;

import io.quarkus.runtime.annotations.ConfigItem;
import io.quarkus.runtime.annotations.ConfigPhase;
import io.quarkus.runtime.annotations.ConfigRoot;

@ConfigRoot(phase = ConfigPhase.RUN_TIME)
public class BannerRuntimeConfig {

    /**
     * Whether the banner will be displayed
     */
    @ConfigItem(defaultValue = "true")
    public boolean enabled;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy