mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-11-02 04:57:16 +08:00
chore(schedule): 完善部分说明
This commit is contained in:
@@ -53,6 +53,7 @@ public class ScheduleServerApplication extends com.aizuda.snailjob.server.SnailJ
|
|||||||
log.info("----------------------------------------------");
|
log.info("----------------------------------------------");
|
||||||
log.info("{} service started successfully.", SpringUtil.getApplicationName());
|
log.info("{} service started successfully.", SpringUtil.getApplicationName());
|
||||||
log.info("访问地址:{}", baseUrl);
|
log.info("访问地址:{}", baseUrl);
|
||||||
|
log.info("在线文档:https://snailjob.opensnail.com");
|
||||||
log.info("----------------------------------------------");
|
log.info("----------------------------------------------");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
--- ### Spring 配置
|
--- ### Spring 配置
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: continew-admin-job-server
|
name: continew-admin-schedule-server
|
||||||
## 环境配置
|
## 环境配置
|
||||||
profiles:
|
profiles:
|
||||||
# 启用的环境
|
# 启用的环境
|
||||||
|
|||||||
Reference in New Issue
Block a user