## bd基础配置修改;

This commit is contained in:
cabbage 2025-04-27 19:05:59 +08:00
parent 91121716f8
commit 1456f24fc3
11 changed files with 20 additions and 4 deletions

View File

@ -27,11 +27,13 @@ spring:
server-addr: @config.server-addr@
username: @config.username@
password: @config.password@
namespace: @config.namespace@
config:
# 配置中心地址
server-addr: @config.server-addr@
username: @config.username@
password: @config.password@
namespace: @config.namespace@
# 配置文件格式
file-extension: yml
# 共享配置

View File

@ -27,11 +27,13 @@ spring:
server-addr: @config.server-addr@
username: @config.username@
password: @config.password@
namespace: @config.namespace@
config:
# 配置中心地址
server-addr: @config.server-addr@
username: @config.username@
password: @config.password@
namespace: @config.namespace@
# 配置文件格式
file-extension: yml
# 共享配置

View File

@ -20,11 +20,13 @@ spring:
server-addr: @config.server-addr@
username: @config.username@
password: @config.password@
namespace: @config.namespace@
config:
# 配置中心地址
server-addr: @config.server-addr@
username: @config.username@
password: @config.password@
namespace: @config.namespace@
# 配置文件格式
file-extension: yml
# 共享配置

View File

@ -21,11 +21,13 @@ spring:
server-addr: @config.server-addr@
username: @config.username@
password: @config.password@
namespace: @config.namespace@
config:
# 配置中心地址
server-addr: @config.server-addr@
username: @config.username@
password: @config.password@
namespace: @config.namespace@
# 配置文件格式
file-extension: yml
# 共享配置

View File

@ -27,11 +27,13 @@ spring:
server-addr: @config.server-addr@
username: @config.username@
password: @config.password@
namespace: @config.namespace@
config:
# 配置中心地址
server-addr: @config.server-addr@
username: @config.username@
password: @config.password@
namespace: @config.namespace@
# 配置文件格式
file-extension: yml
# 共享配置

View File

@ -27,11 +27,13 @@ spring:
server-addr: @config.server-addr@
username: @config.username@
password: @config.password@
namespace: @config.namespace@
config:
# 配置中心地址
server-addr: @config.server-addr@
username: @config.username@
password: @config.password@
namespace: @config.namespace@
# 配置文件格式
file-extension: yml
# 共享配置

View File

@ -22,11 +22,13 @@ spring:
server-addr: @config.server-addr@
username: @config.username@
password: @config.password@
namespace: @config.namespace@
config:
# 配置中心地址
server-addr: @config.server-addr@
username: @config.username@
password: @config.password@
namespace: @config.namespace@
# 配置文件格式
file-extension: yml
# 共享配置

View File

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

View File

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

View File

@ -20,11 +20,13 @@ spring:
server-addr: @config.server-addr@
username: @config.username@
password: @config.password@
namespace: @config.namespace@
config:
# 配置中心地址
server-addr: @config.server-addr@
username: @config.username@
password: @config.password@
namespace: @config.namespace@
# 配置文件格式
file-extension: yml
# 共享配置

View File

@ -524,7 +524,7 @@
<!--Nacos服务地址-->
<config.server-addr>127.0.0.1:8848</config.server-addr>
<!--Nacos配置中心命名空间,用于支持多环境.这里必须使用ID不能使用名称,默认为空-->
<config.namespace></config.namespace>
<config.namespace>333dba4b-9c8c-4f16-a5eb-b49f1fdd7b68</config.namespace>
<!--Nacos配置分组名称-->
<config.group>DEFAULT_GROUP</config.group>
<!--Nacos用户名-->
@ -544,7 +544,7 @@
<!-- <config.server-addr>101.200.72.71:8848</config.server-addr>-->
<config.server-addr>172.26.201.166:8848</config.server-addr>
<!--Nacos配置中心命名空间,用于支持多环境.这里必须使用ID不能使用名称,默认为空-->
<config.namespace></config.namespace>
<config.namespace>bd</config.namespace>
<!--Nacos配置分组名称-->
<config.group>DEFAULT_GROUP</config.group>
<!--Nacos用户名-->