修改启动画面yshop标识
This commit is contained in:
@ -22,6 +22,15 @@ public class ApiRun {
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(ApiRun.class, args);
|
||||
|
||||
System.out.println(
|
||||
" __ \n" +
|
||||
" __ __ ___ / / ___ ___ \n" +
|
||||
" / // /(_-< / _ \\/ _ \\ / _ \\ \n" +
|
||||
" \\_, //___//_//_/\\___// .__/ \n" +
|
||||
"/___/ /_/ \n "+
|
||||
|
||||
"\n意象yshop电商系统移动端API启动成功 \n官网:https://www.yixiang.co 提供技术支持゙ \n");
|
||||
}
|
||||
|
||||
@Bean
|
||||
|
@ -1,11 +1,8 @@
|
||||
|
||||
__ __ ___ _ _ ___ _ __
|
||||
\ \ / // __|| | | | / _ \ | '_ \
|
||||
\ \/ / \__ \| |--| || (_) || |_) |
|
||||
\/ / |___/|_| |_| \___/ | .__/
|
||||
/ / | |
|
||||
/_/ |_|
|
||||
|
||||
__
|
||||
__ __ ___ / / ___ ___
|
||||
/ // /(_-< / _ \/ _ \ / _ \
|
||||
\_, //___//_//_/\___// .__/
|
||||
/___/ /_/
|
||||
|
||||
|
||||
:: Spring Boot :: (v2.1.0.RELEASE)
|
||||
|
@ -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
|
||||
|
@ -1,11 +1,8 @@
|
||||
|
||||
__ __ ___ _ _ ___ _ __
|
||||
\ \ / // __|| | | | / _ \ | '_ \
|
||||
\ \/ / \__ \| |--| || (_) || |_) |
|
||||
\/ / |___/|_| |_| \___/ | .__/
|
||||
/ / | |
|
||||
/_/ |_|
|
||||
|
||||
__
|
||||
__ __ ___ / / ___ ___
|
||||
/ // /(_-< / _ \/ _ \ / _ \
|
||||
\_, //___//_//_/\___// .__/
|
||||
/___/ /_/
|
||||
|
||||
|
||||
:: Spring Boot :: (v2.1.0.RELEASE)
|
||||
|
Reference in New Issue
Block a user