Merge remote-tracking branch 'origin/release' into release

release
yishiqihuasheng 2 years ago
commit 5d6a04bdd2
  1. 4
      dxhy-admin/src/main/resources/bootstrap-std.yaml
  2. 4
      dxhy-core/src/main/resources/bootstrap-std.yaml
  3. 4
      dxhy-erp/src/main/resources/bootstrap-std.yaml
  4. 4
      dxhy-gateway/src/main/resources/bootstrap-std.yaml
  5. 4
      dxhy-operation-flow/src/main/resources/bootstrap-std.yaml
  6. 10
      pom.xml

@ -4,7 +4,7 @@ spring:
nacos: nacos:
config: config:
# Nacos config 地址 # Nacos config 地址
server-addr: nacos-1.itax.local:33000 server-addr: 172.31.36.143:33000
# Nacos config 命名空间,对应配置中的名称(dxhy-jxpt-namespace) # Nacos config 命名空间,对应配置中的名称(dxhy-jxpt-namespace)
namespace: b271ba8e-84d9-4393-88b8-9271aff9465c namespace: b271ba8e-84d9-4393-88b8-9271aff9465c
# Nacos config 分组 # Nacos config 分组
@ -19,7 +19,7 @@ spring:
file-extension: yaml file-extension: yaml
# Nacos discovery 配置 # Nacos discovery 配置
discovery: discovery:
server-addr: nacos-1.itax.local:33000 server-addr: 172.31.36.143:33000
# Nacos config 登录用户名 # Nacos config 登录用户名
username: admin username: admin
# Nacos config 登录密码 # Nacos config 登录密码

@ -4,7 +4,7 @@ spring:
nacos: nacos:
config: config:
# Nacos config 地址 # Nacos config 地址
server-addr: nacos-1.itax.local:33000 server-addr: 172.31.36.143:33000
# Nacos config 命名空间,对应配置中的名称(dxhy-jxpt-namespace) # Nacos config 命名空间,对应配置中的名称(dxhy-jxpt-namespace)
namespace: b271ba8e-84d9-4393-88b8-9271aff9465c namespace: b271ba8e-84d9-4393-88b8-9271aff9465c
# Nacos config 分组 # Nacos config 分组
@ -19,7 +19,7 @@ spring:
file-extension: yaml file-extension: yaml
# Nacos discovery 配置 # Nacos discovery 配置
discovery: discovery:
server-addr: nacos-1.itax.local:33000 server-addr: 172.31.36.143:33000
# Nacos config 登录用户名 # Nacos config 登录用户名
username: admin username: admin
# Nacos config 登录密码 # Nacos config 登录密码

@ -4,7 +4,7 @@ spring:
nacos: nacos:
config: config:
# Nacos config 地址 # Nacos config 地址
server-addr: nacos-1.itax.local:33000 server-addr: 172.31.36.143:33000
# Nacos config 命名空间,对应配置中的名称(dxhy-jxpt-namespace) # Nacos config 命名空间,对应配置中的名称(dxhy-jxpt-namespace)
namespace: b271ba8e-84d9-4393-88b8-9271aff9465c namespace: b271ba8e-84d9-4393-88b8-9271aff9465c
# Nacos config 分组 # Nacos config 分组
@ -19,7 +19,7 @@ spring:
file-extension: yaml file-extension: yaml
# Nacos discovery 配置 # Nacos discovery 配置
discovery: discovery:
server-addr: nacos-1.itax.local:33000 server-addr: 172.31.36.143:33000
# Nacos config 登录用户名 # Nacos config 登录用户名
username: admin username: admin
# Nacos config 登录密码 # Nacos config 登录密码

@ -4,7 +4,7 @@ spring:
nacos: nacos:
config: config:
# Nacos config 地址 # Nacos config 地址
server-addr: nacos-1.itax.local:33000 server-addr: 172.31.36.143:33000
# Nacos config 命名空间,对应配置中的名称(dxhy-jxpt-namespace) # Nacos config 命名空间,对应配置中的名称(dxhy-jxpt-namespace)
namespace: b271ba8e-84d9-4393-88b8-9271aff9465c namespace: b271ba8e-84d9-4393-88b8-9271aff9465c
# Nacos config 分组 # Nacos config 分组
@ -19,7 +19,7 @@ spring:
file-extension: yaml file-extension: yaml
# Nacos discovery 配置 # Nacos discovery 配置
discovery: discovery:
server-addr: nacos-1.itax.local:33000 server-addr: 172.31.36.143:33000
# Nacos config 登录用户名 # Nacos config 登录用户名
username: admin username: admin
# Nacos config 登录密码 # Nacos config 登录密码

@ -4,7 +4,7 @@ spring:
nacos: nacos:
config: config:
# Nacos config 地址 # Nacos config 地址
server-addr: nacos-1.itax.local:33000 server-addr: 172.31.36.143:33000
# Nacos config 命名空间,对应配置中的名称(dxhy-jxpt-namespace) # Nacos config 命名空间,对应配置中的名称(dxhy-jxpt-namespace)
namespace: b271ba8e-84d9-4393-88b8-9271aff9465c namespace: b271ba8e-84d9-4393-88b8-9271aff9465c
# Nacos config 分组 # Nacos config 分组
@ -19,7 +19,7 @@ spring:
file-extension: yaml file-extension: yaml
# Nacos discovery 配置 # Nacos discovery 配置
discovery: discovery:
server-addr: nacos-1.itax.local:33000 server-addr: 172.31.36.143:33000
# Nacos config 登录用户名 # Nacos config 登录用户名
username: admin username: admin
# Nacos config 登录密码 # Nacos config 登录密码

@ -176,9 +176,9 @@
<logging.file>/home/dxhy/logs/</logging.file> <logging.file>/home/dxhy/logs/</logging.file>
</properties> </properties>
<!-- 默认激活 --> <!-- 默认激活 -->
<activation> <!-- <activation>-->
<activeByDefault>true</activeByDefault> <!-- <activeByDefault>true</activeByDefault>-->
</activation> <!-- </activation>-->
</profile> </profile>
<!-- 测试环境 --> <!-- 测试环境 -->
<profile> <profile>
@ -219,6 +219,10 @@
<deployType>std</deployType> <deployType>std</deployType>
<logging.file>/home/dxhy/logs/</logging.file> <logging.file>/home/dxhy/logs/</logging.file>
</properties> </properties>
<!-- 默认激活 -->
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile> </profile>
</profiles> </profiles>

Loading…
Cancel
Save