Interface BannerConfig


@ConfigMapping(prefix="quarkus.banner") @ConfigRoot(phase=BUILD_TIME) public interface BannerConfig
Banner
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     
    The path of the banner (path relative to root of classpath) which could be provided by user
  • Field Details

  • Method Details

    • path

      @WithDefault("default_banner.txt") String path()
      The path of the banner (path relative to root of classpath) which could be provided by user
    • isDefaultPath

      default boolean isDefaultPath()