记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
08cbd970
Commit
08cbd970
authored
Apr 17, 2024
by
jiangxiulong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test support
parent
0fa62b8d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
application-test.yml
...et-support-config/src/main/resources/application-test.yml
+2
-2
bootstrap.yml
...liquidnet-support-config/src/main/resources/bootstrap.yml
+1
-1
application-test.yml
...et-support-eureka/src/main/resources/application-test.yml
+1
-1
No files found.
liquidnet-bus-support/liquidnet-support-config/src/main/resources/application-test.yml
View file @
08cbd970
...
@@ -13,14 +13,14 @@ liquidnet:
...
@@ -13,14 +13,14 @@ liquidnet:
max-history
:
7
max-history
:
7
level
:
info
level
:
info
eureka
:
eureka
:
host
:
1
72.17.207.177
:7001
host
:
1
27.0.0.1
:7001
# rabbitmq:
# rabbitmq:
# host: 127.0.0.1
# host: 127.0.0.1
# port: 5672
# port: 5672
# username: admin
# username: admin
# password: admin
# password: admin
config
:
config
:
location
:
/
data/config/suppor
t-config
location
:
/
Users/jiangxiulong/IdeaProjects/liquidnet-bus-v1/liquidnet-bus-config/liquidne
t-config
# end-test-这里是配置信息基本值
# end-test-这里是配置信息基本值
spring
:
spring
:
...
...
liquidnet-bus-support/liquidnet-support-config/src/main/resources/bootstrap.yml
View file @
08cbd970
...
@@ -6,4 +6,4 @@ spring:
...
@@ -6,4 +6,4 @@ spring:
# active: dev
# active: dev
#以下为读取本地配置方式
#以下为读取本地配置方式
active
:
native
#加载本地配置时放开该注释,注意同时修改模版中native.search-locations配置
active
:
native
#加载本地配置时放开该注释,注意同时修改模版中native.search-locations配置
include
:
dev
include
:
test
liquidnet-bus-support/liquidnet-support-eureka/src/main/resources/application-test.yml
View file @
08cbd970
...
@@ -13,7 +13,7 @@ spring:
...
@@ -13,7 +13,7 @@ spring:
eureka
:
eureka
:
instance
:
instance
:
hostname
:
1
72.17.207.177
hostname
:
1
27.0.0.1
preferIpAddress
:
true
preferIpAddress
:
true
health-check-url
:
http://localhost:${server.port}${server.servlet.context-path}/actuator/health
health-check-url
:
http://localhost:${server.port}${server.servlet.context-path}/actuator/health
status-page-url
:
http://localhost:${server.port}${server.servlet.context-path}/actuator/info
status-page-url
:
http://localhost:${server.port}${server.servlet.context-path}/actuator/info
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment