|
@@ -16,7 +16,7 @@ public class GameBackApplication {
|
|
|
|
|
|
public static void main(String[] args) {
|
|
public static void main(String[] args) {
|
|
SpringApplication.run(GameBackApplication.class, args);
|
|
SpringApplication.run(GameBackApplication.class, args);
|
|
- System.out.println("游戏回传服务启动成功 <dubbo升级3.0, 删掉dubbo的group> ( ´・・)ノ(._.`) \n" +
|
|
|
|
|
|
+ System.out.println("游戏回传服务启动成功 ( ´・・)ノ(._.`) \n" +
|
|
" ______ __ __ \n" +
|
|
" ______ __ __ \n" +
|
|
"/_____/\\/__/\\ /__/\\ \n" +
|
|
"/_____/\\/__/\\ /__/\\ \n" +
|
|
"\\:::__\\/\\ \\::\\\\:.\\ \\ \n" +
|
|
"\\:::__\\/\\ \\::\\\\:.\\ \\ \n" +
|