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

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

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

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

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

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

Loading…
Cancel
Save