Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
ms-data-circulation-portal-service
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
2cfd3aee
authored
2025-04-28 15:00:18 +0800
by
郭燕华
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
添加企业环境配置
1 parent
6b431534
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
92 additions
and
0 deletions
pom.xml
src/main/resources/enterprise-release/lt/bootstrap.yml
pom.xml
View file @
2cfd3ae
...
...
@@ -93,6 +93,7 @@
<exclude>
develop/*
</exclude>
<exclude>
release-test/*
</exclude>
<exclude>
zq-release/*
</exclude>
<exclude>
enterprise-release/*
</exclude>
</excludes>
<!--开启过滤器,此处不能忽略!-->
<filtering>
true
</filtering>
...
...
@@ -243,6 +244,43 @@
<subPath>
project
</subPath>
</properties>
</profile>
<profile>
<id>
enterprise-production-daop-master
</id>
<properties>
<profileActive>
enterprise-release
</profileActive>
<subPath></subPath>
</properties>
</profile>
<profile>
<id>
enterprise-production-daop-lt
</id>
<properties>
<profileActive>
enterprise-release
</profileActive>
<subPath>
lt
</subPath>
</properties>
</profile>
<profile>
<id>
enterprise-production-daop-zcgl
</id>
<properties>
<profileActive>
enterprise-release
</profileActive>
<subPath>
zcgl
</subPath>
</properties>
</profile>
<profile>
<id>
enterprise-production-daop-jgjf
</id>
<properties>
<profileActive>
enterprise-release
</profileActive>
<subPath>
jgjf
</subPath>
</properties>
</profile>
<profile>
<id>
enterprise-production-daop-project
</id>
<properties>
<profileActive>
enterprise-release
</profileActive>
<subPath>
project
</subPath>
</properties>
</profile>
</profiles>
</project>
...
...
src/main/resources/enterprise-release/lt/bootstrap.yml
0 → 100644
View file @
2cfd3ae
spring
:
main
:
allow-bean-definition-overriding
:
true
application
:
name
:
ms-data-circulation-portal-service
cloud
:
nacos
:
#配置中心
config
:
server-addr
:
nacos-cluster-service.nacos-cluster:8848
file-extension
:
yaml
group
:
enterprise-release
namespace
:
daop-lt
# 开启nacos自动刷新,如果这个配置没有或者为false会导致配置不能自动刷新(auto-refresh、enable-remote-sync-config两者缺一不可)
auto-refresh
:
true
# 允许nacos服务端向本地同步配置
enable-remote-sync-config
:
true
#注册中心
discovery
:
enabled
:
true
server-addr
:
nacos-cluster-service.nacos-cluster:8848
group
:
enterprise-release
namespace
:
daop-lt
metadata
:
code
:
"
004"
user
:
name
:
nacos
password
:
nacos
management
:
context-path
:
/actuator
#接口限流
sentinel
:
transport
:
# port: 7777
dashboard
:
sentinel-service.nacos-cluster:8858
#取消懒加载
eager
:
true
management
:
endpoint
:
health
:
show-details
:
always
endpoints
:
web
:
exposure
:
include
:
'
*'
###暂时禁用rabbit的健康检查
health
:
rabbit
:
enabled
:
false
sentinel
:
enabled
:
false
feign
:
sentinel
:
enabled
:
true
\ No newline at end of file
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment