记得上下班打卡 | 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
d244f1b2
Commit
d244f1b2
authored
May 21, 2021
by
张国柄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix test config;
parent
30a7baa7
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
37 additions
and
1 deletion
+37
-1
bootstrap-dev.yml
...et-service-adam-impl/src/main/resources/bootstrap-dev.yml
+3
-0
bootstrap-prod.yml
...t-service-adam-impl/src/main/resources/bootstrap-prod.yml
+3
-0
bootstrap-test.yml
...t-service-adam-impl/src/main/resources/bootstrap-test.yml
+3
-0
bootstrap-dev.yml
...net-service-consumer/src/main/resources/bootstrap-dev.yml
+3
-0
bootstrap-prod.yml
...et-service-consumer/src/main/resources/bootstrap-prod.yml
+3
-0
bootstrap-test.yml
...et-service-consumer/src/main/resources/bootstrap-test.yml
+3
-0
bootstrap-test.yml
...-service-kylin-impl/src/main/resources/bootstrap-test.yml
+1
-1
application-dev.yml
...net-support-config/src/main/resources/application-dev.yml
+3
-0
application-prod.yml
...et-support-config/src/main/resources/application-prod.yml
+3
-0
application-test.yml
...et-support-config/src/main/resources/application-test.yml
+3
-0
bootstrap-dev.yml
...quidnet-support-zuul/src/main/resources/bootstrap-dev.yml
+3
-0
bootstrap-prod.yml
...uidnet-support-zuul/src/main/resources/bootstrap-prod.yml
+3
-0
bootstrap-test.yml
...uidnet-support-zuul/src/main/resources/bootstrap-test.yml
+3
-0
No files found.
liquidnet-bus-service/liquidnet-service-adam/liquidnet-service-adam-impl/src/main/resources/bootstrap-dev.yml
View file @
d244f1b2
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
liquidnet
:
liquidnet
:
cloudConfig
:
cloudConfig
:
profile
:
dev
profile
:
dev
security
:
username
:
user
password
:
user123
eureka
:
eureka
:
host
:
127.0.0.1:7001
host
:
127.0.0.1:7001
# end-dev-这里是配置信息基本值
# end-dev-这里是配置信息基本值
...
...
liquidnet-bus-service/liquidnet-service-adam/liquidnet-service-adam-impl/src/main/resources/bootstrap-prod.yml
View file @
d244f1b2
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
liquidnet
:
liquidnet
:
cloudConfig
:
cloudConfig
:
profile
:
prod
profile
:
prod
security
:
username
:
user
password
:
user123
eureka
:
eureka
:
host
:
127.0.0.1:7001
host
:
127.0.0.1:7001
# end-prod-这里是配置信息基本值
# end-prod-这里是配置信息基本值
...
...
liquidnet-bus-service/liquidnet-service-adam/liquidnet-service-adam-impl/src/main/resources/bootstrap-test.yml
View file @
d244f1b2
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
liquidnet
:
liquidnet
:
cloudConfig
:
cloudConfig
:
profile
:
test
profile
:
test
security
:
username
:
user
password
:
user123
eureka
:
eureka
:
host
:
172.17.207.177:7001
host
:
172.17.207.177:7001
# end-test-这里是配置信息基本值
# end-test-这里是配置信息基本值
...
...
liquidnet-bus-service/liquidnet-service-consumer/src/main/resources/bootstrap-dev.yml
View file @
d244f1b2
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
liquidnet
:
liquidnet
:
cloudConfig
:
cloudConfig
:
profile
:
dev
profile
:
dev
security
:
username
:
user
password
:
user123
eureka
:
eureka
:
host
:
127.0.0.1:7001
host
:
127.0.0.1:7001
# end-dev-这里是配置信息基本值
# end-dev-这里是配置信息基本值
...
...
liquidnet-bus-service/liquidnet-service-consumer/src/main/resources/bootstrap-prod.yml
View file @
d244f1b2
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
liquidnet
:
liquidnet
:
cloudConfig
:
cloudConfig
:
profile
:
prod
profile
:
prod
security
:
username
:
user
password
:
user123
eureka
:
eureka
:
host
:
127.0.0.1:7001
host
:
127.0.0.1:7001
# end-prod-这里是配置信息基本值
# end-prod-这里是配置信息基本值
...
...
liquidnet-bus-service/liquidnet-service-consumer/src/main/resources/bootstrap-test.yml
View file @
d244f1b2
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
liquidnet
:
liquidnet
:
cloudConfig
:
cloudConfig
:
profile
:
test
profile
:
test
security
:
username
:
user
password
:
user123
eureka
:
eureka
:
host
:
172.17.207.177:7001
host
:
172.17.207.177:7001
# end-test-这里是配置信息基本值
# end-test-这里是配置信息基本值
...
...
liquidnet-bus-service/liquidnet-service-kylin/liquidnet-service-kylin-impl/src/main/resources/bootstrap-test.yml
View file @
d244f1b2
...
@@ -6,7 +6,7 @@ liquidnet:
...
@@ -6,7 +6,7 @@ liquidnet:
username
:
user
username
:
user
password
:
user123
password
:
user123
eureka
:
eureka
:
host
:
172.1
8.0.2
:7001
host
:
172.1
7.207.177
:7001
# end-dev-这里是配置信息基本值
# end-dev-这里是配置信息基本值
spring
:
spring
:
...
...
liquidnet-bus-support/liquidnet-support-config/src/main/resources/application-dev.yml
View file @
d244f1b2
...
@@ -4,6 +4,9 @@ liquidnet:
...
@@ -4,6 +4,9 @@ liquidnet:
port
:
7002
port
:
7002
context
:
/support-config
context
:
/support-config
name
:
liquidnet-support-config
name
:
liquidnet-support-config
security
:
username
:
user
password
:
user123
logfile
:
logfile
:
path
:
./logs
path
:
./logs
name
:
support-config
name
:
support-config
...
...
liquidnet-bus-support/liquidnet-support-config/src/main/resources/application-prod.yml
View file @
d244f1b2
...
@@ -4,6 +4,9 @@ liquidnet:
...
@@ -4,6 +4,9 @@ liquidnet:
port
:
7002
port
:
7002
context
:
/support-config
context
:
/support-config
name
:
liquidnet-support-config
name
:
liquidnet-support-config
security
:
username
:
user
password
:
user123
logfile
:
logfile
:
path
:
./logs
path
:
./logs
name
:
support-config
name
:
support-config
...
...
liquidnet-bus-support/liquidnet-support-config/src/main/resources/application-test.yml
View file @
d244f1b2
...
@@ -4,6 +4,9 @@ liquidnet:
...
@@ -4,6 +4,9 @@ liquidnet:
port
:
7002
port
:
7002
context
:
/support-config
context
:
/support-config
name
:
liquidnet-support-config
name
:
liquidnet-support-config
security
:
username
:
user
password
:
user123
logfile
:
logfile
:
path
:
./logs
path
:
./logs
name
:
support-config
name
:
support-config
...
...
liquidnet-bus-support/liquidnet-support-zuul/src/main/resources/bootstrap-dev.yml
View file @
d244f1b2
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
liquidnet
:
liquidnet
:
cloudConfig
:
cloudConfig
:
profile
:
dev
profile
:
dev
security
:
username
:
user
password
:
user123
eureka
:
eureka
:
host
:
127.0.0.1:7001
host
:
127.0.0.1:7001
# end-dev-这里是配置信息基本值
# end-dev-这里是配置信息基本值
...
...
liquidnet-bus-support/liquidnet-support-zuul/src/main/resources/bootstrap-prod.yml
View file @
d244f1b2
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
liquidnet
:
liquidnet
:
cloudConfig
:
cloudConfig
:
profile
:
prod
profile
:
prod
security
:
username
:
user
password
:
user123
eureka
:
eureka
:
host
:
127.0.0.1:7001
host
:
127.0.0.1:7001
# end-prod-这里是配置信息基本值
# end-prod-这里是配置信息基本值
...
...
liquidnet-bus-support/liquidnet-support-zuul/src/main/resources/bootstrap-test.yml
View file @
d244f1b2
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
liquidnet
:
liquidnet
:
cloudConfig
:
cloudConfig
:
profile
:
test
profile
:
test
security
:
username
:
user
password
:
user123
eureka
:
eureka
:
host
:
172.17.207.177:7001
host
:
172.17.207.177:7001
# end-test-这里是配置信息基本值
# end-test-这里是配置信息基本值
...
...
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