修改启动画面yshop标识
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user