|
@@ -20,7 +20,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
|
|
public class GameGsDataApplication {
|
|
public class GameGsDataApplication {
|
|
public static void main(String[] args) {
|
|
public static void main(String[] args) {
|
|
SpringApplication.run(GameGsDataApplication.class, args);
|
|
SpringApplication.run(GameGsDataApplication.class, args);
|
|
- System.out.println("游戏GS数据启动成功 \n" +
|
|
|
|
|
|
+ System.out.println("游戏GS数据启动成功, 数据库迁移 \n" +
|
|
" ______ __ __ \n" +
|
|
" ______ __ __ \n" +
|
|
"/_____/\\/__/\\ /__/\\ \n" +
|
|
"/_____/\\/__/\\ /__/\\ \n" +
|
|
"\\:::__\\/\\ \\::\\\\:.\\ \\ \n" +
|
|
"\\:::__\\/\\ \\::\\\\:.\\ \\ \n" +
|