release: v3.4.0

This commit is contained in:
2024-11-18 23:25:07 +08:00
parent 66f55cdf70
commit 935fc2ddb9
68 changed files with 132 additions and 58 deletions

View File

@@ -52,7 +52,7 @@ public class ScheduleServerApplication extends com.aizuda.snailjob.server.SnailJ
String baseUrl = URLUtil.normalize("%s:%s%s".formatted(hostAddress, port, contextPath));
log.info("----------------------------------------------");
log.info("{} service started successfully.", SpringUtil.getApplicationName());
log.info("API 地址:{}", baseUrl);
log.info("访问地址:{}", baseUrl);
log.info("----------------------------------------------");
}
}