|
@@ -25,7 +25,7 @@ public class fuintApplication {
|
|
|
public static void main(String[] args) {
|
|
|
SpringApplication.run(fuintApplication.class, args);
|
|
|
System.out.println("==================================================\n" +
|
|
|
- "恭喜,系统启动成功啦! \n" +
|
|
|
+ "恭喜,fuint系统启动成功啦! \n" +
|
|
|
"系统官网:https://www.fuint.cn \n" +
|
|
|
"接口文档:http://localhost:8080/swagger-ui.html \n" +
|
|
|
"==================================================\n \n");
|