Example usage for org.springframework.boot Banner interface-usage

List of usage examples for org.springframework.boot Banner interface-usage

Introduction

In this page you can find the example usage for org.springframework.boot Banner interface-usage.

Usage

From source file com.ebay.logstorm.server.utils.EagleBanner.java

/**
 * Licensed to the Apache Software Foundation (ASF) under one or more
 * contributor license agreements.  See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * The ASF licenses this file to You under the Apache License, Version 2.0
 * (the "License"); you may not use this file except in compliance with

From source file web.GeneratedBanner.java

/**
 * Generates a Spring Boot banner by using
 * <a href="https://github.com/lalyos/jfiglet">https://github.com/lalyos/jfiglet</a>. The banner
 * shows also the Spring version, Spring Boot version, and the active profiles.
 */
public class GeneratedBanner implements Banner {

From source file org.springframework.boot.ImageBanner.java

/**
 * Banner implementation that prints ASCII art generated from an image resource
 * {@link Resource}.
 *
 * @author Craig Burke
 * @author Phillip Webb

From source file org.springframework.boot.ResourceBanner.java

/**
 * Banner implementation that prints from a source {@link Resource}.
 *
 * @author Phillip Webb
 * @since 1.2.0
 */