Compare commits

...

2 Commits

Author SHA1 Message Date
yhy
fa7b670df6 2025-12-18 2026-01-22 11:38:44 +08:00
yhy
4016867802 2025-12-18 2026-01-22 11:34:17 +08:00

View File

@ -20,6 +20,6 @@ public class RuoYiApplication
{
// System.setProperty("spring.devtools.restart.enabled", "false");
SpringApplication.run(RuoYiApplication.class, args);
System.out.println("~~ 南京视讯平台启动成功V2025-12-18 ~~");
System.out.println("~~ 南京视讯平台启动成功V2026-01-22 ~~");
}
}