修改启动画面yshop标识

This commit is contained in:
hupeng
2020-05-31 11:51:02 +08:00
parent 460c800fc8
commit 01f755a051
4 changed files with 27 additions and 16 deletions

View File

@ -31,6 +31,14 @@ public class AppRun {
public static void main(String[] args) {
SpringApplication.run(AppRun.class, args);
System.out.println(
" __ \n" +
" __ __ ___ / / ___ ___ \n" +
" / // /(_-< / _ \\/ _ \\ / _ \\ \n" +
" \\_, //___//_//_/\\___// .__/ \n" +
"/___/ /_/ \n "+
"\n意象yshop电商系统管理后台启动成功 \n官网https://www.yixiang.co 提供技术支持゙ \n");
}
@Bean