Springboot框架學習筆記------實現自定義banner

實現自定義banner的時候,只須要在redource文件下建立banner.txt,在文件中添加本身想要打印的內容便可。能夠是公司的logo,或者是項目的名稱等等。 首先寫一下不讓項目打印banner的方法:php SpringApplication application = new SpringApplication(JavaApplication.class); appli
相關文章
相關標籤/搜索