Interface BannerRuntimeConfig


@ConfigMapping(prefix="quarkus.banner") @ConfigRoot(phase=RUN_TIME) public interface BannerRuntimeConfig
Banner
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether the banner will be displayed
  • Method Details

    • enabled

      @WithDefault("true") boolean enabled()
      Whether the banner will be displayed