This commit is contained in:
tangzh 2025-07-31 13:50:50 +08:00
parent 6a33d03344
commit d8804ccbd4

View File

@ -50,6 +50,7 @@ public class AppRun {
springApplication.run(args);
log.info("---------------------------------------------");
log.info("Local: {}", "http://localhost:8000");
log.info("Address: {}", "https://online.totustec.com");
log.info("Swagger: {}", "http://localhost:8000/doc.html");
log.info("---------------------------------------------");
}