diff --git a/bd-third/src/main/resources/application-test.properties b/bd-third/src/main/resources/application-test.properties index 3477335d..e45a2a15 100644 --- a/bd-third/src/main/resources/application-test.properties +++ b/bd-third/src/main/resources/application-test.properties @@ -10,7 +10,7 @@ logging.config=classpath:logback.xml ### 执行器通讯TOKEN [选填]:非空时启用; xxl.job.accessToken=base_token ### 执行器AppName [选填]:执行器心跳注册分组依据;为空则关闭自动注册 -xxl.job.executor.appname=xxl-job-retail +xxl.job.executor.appname=xxl-job-retail-store ### 执行器注册 [选填]:优先使用该配置作为注册地址,为空时使用内嵌服务 ”IP:PORT“ 作为注册地址。从而更灵活的支持容器类型执行器动态IP和动态映射端口问题。 xxl.job.executor.address= ### 执行器IP [选填]:默认为空表示自动获取IP,多网卡时可手动设置指定IP,该IP不会绑定Host仅作为通讯实用;地址信息用于 "执行器注册" 和 "调度中心请求并触发任务"; diff --git a/bd-third/src/main/resources/application.properties b/bd-third/src/main/resources/application.properties index c735f2c9..72deb856 100644 --- a/bd-third/src/main/resources/application.properties +++ b/bd-third/src/main/resources/application.properties @@ -10,7 +10,7 @@ logging.config=classpath:logback.xml ### 执行器通讯TOKEN [选填]:非空时启用; xxl.job.accessToken= ### 执行器AppName [选填]:执行器心跳注册分组依据;为空则关闭自动注册 -xxl.job.executor.appname=xxl-job-retail +xxl.job.executor.appname=xxl-job-retail-store ### 执行器注册 [选填]:优先使用该配置作为注册地址,为空时使用内嵌服务 ”IP:PORT“ 作为注册地址。从而更灵活的支持容器类型执行器动态IP和动态映射端口问题。 xxl.job.executor.address= ### 执行器IP [选填]:默认为空表示自动获取IP,多网卡时可手动设置指定IP,该IP不会绑定Host仅作为通讯实用;地址信息用于 "执行器注册" 和 "调度中心请求并触发任务";