Commit 13154753 authored by zhangzhihuang's avatar zhangzhihuang

feat:基础代码(集群环境用内网)

parent fa33ee0e
......@@ -28,8 +28,9 @@ public class ParseExcelUtils {
* 迁移定时任务(使用代码代替手工配置定时任务)
*/
public static void main(String[] args) throws IOException, InvalidFormatException {
// cmd-worker服务开发环境对应的域名
String host = "api-dev.afanticar.com";
// cmd-worker服务开发环境对应的域名(集群环境用内网)
String host = "afanti-crawler-cmd-worker.java-ms";
String xxlJobHost = "https://xxl-job.afanticar.net/jobinfo/add";
// 读取excel文件(解析定时任务规则、接口地址)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment