修改启动画面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

@ -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

View File

@ -1,11 +1,8 @@
__ __ ___ _ _ ___ _ __
\ \ / // __|| | | | / _ \ | '_ \
\ \/ / \__ \| |--| || (_) || |_) |
\/ / |___/|_| |_| \___/ | .__/
/ / | |
/_/ |_|
__
__ __ ___ / / ___ ___
/ // /(_-< / _ \/ _ \ / _ \
\_, //___//_//_/\___// .__/
/___/ /_/
:: Spring Boot :: (v2.1.0.RELEASE)

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

View File

@ -1,11 +1,8 @@
__ __ ___ _ _ ___ _ __
\ \ / // __|| | | | / _ \ | '_ \
\ \/ / \__ \| |--| || (_) || |_) |
\/ / |___/|_| |_| \___/ | .__/
/ / | |
/_/ |_|
__
__ __ ___ / / ___ ___
/ // /(_-< / _ \/ _ \ / _ \
\_, //___//_//_/\___// .__/
/___/ /_/
:: Spring Boot :: (v2.1.0.RELEASE)