org.springframework.boot.SpringApplicationBannerPrinter#print(org.springframework.core.env.Environment, java.lang.Class<?>, java.io.PrintStream)
先从environment取出Banner所在的位置, 如果environment中没有定义
spring.banner.location
,则使用默认的DEFAULT_BANNER: org.springframework.boot.SpringBootBanner
直接在classpath下创建一个banner.txt