记得上下班打卡 | 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
2836cbb9
Commit
2836cbb9
authored
May 21, 2021
by
张国柄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix test config;
parent
15728e3e
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
37 additions
and
75 deletions
+37
-75
application-test.yml
liquidnet-bus-config/liquidnet-config/application-test.yml
+2
-2
bootstrap-dev.yml
...et-service-adam-impl/src/main/resources/bootstrap-dev.yml
+0
-3
bootstrap-prod.yml
...t-service-adam-impl/src/main/resources/bootstrap-prod.yml
+3
-6
bootstrap-test.yml
...t-service-adam-impl/src/main/resources/bootstrap-test.yml
+4
-7
bootstrap-dev.yml
...net-service-consumer/src/main/resources/bootstrap-dev.yml
+0
-3
bootstrap-prod.yml
...et-service-consumer/src/main/resources/bootstrap-prod.yml
+2
-5
bootstrap-test.yml
...et-service-consumer/src/main/resources/bootstrap-test.yml
+3
-6
application-dev.yml
...net-support-config/src/main/resources/application-dev.yml
+0
-4
application-prod.yml
...et-support-config/src/main/resources/application-prod.yml
+7
-10
application-test.yml
...et-support-config/src/main/resources/application-test.yml
+9
-12
bootstrap-dev.yml
...quidnet-support-zuul/src/main/resources/bootstrap-dev.yml
+0
-4
bootstrap-prod.yml
...uidnet-support-zuul/src/main/resources/bootstrap-prod.yml
+3
-6
bootstrap-test.yml
...uidnet-support-zuul/src/main/resources/bootstrap-test.yml
+4
-7
No files found.
liquidnet-bus-config/liquidnet-config/application-test.yml
View file @
2836cbb9
...
...
@@ -3,8 +3,8 @@ config-server-git: test
#这里后续添加公共参数值
liquidnet
:
security
:
username
:
user
password
:
user
123
username
:
test
password
:
test
123
jwt
:
secret
:
qZHglvNP0n0aOOckHiQXq5JMD468J4eG
expire-ttl
:
43200
...
...
liquidnet-bus-service/liquidnet-service-adam/liquidnet-service-adam-impl/src/main/resources/bootstrap-dev.yml
View file @
2836cbb9
...
...
@@ -2,9 +2,6 @@
liquidnet
:
cloudConfig
:
profile
:
dev
security
:
username
:
user
password
:
user123
eureka
:
host
:
127.0.0.1:7001
# end-dev-这里是配置信息基本值
...
...
liquidnet-bus-service/liquidnet-service-adam/liquidnet-service-adam-impl/src/main/resources/bootstrap-prod.yml
View file @
2836cbb9
# begin-
dev
-这里是配置信息基本值
# begin-
prod
-这里是配置信息基本值
liquidnet
:
cloudConfig
:
profile
:
prod
security
:
username
:
user
password
:
user123
eureka
:
host
:
127.0.0.1:7001
# end-
dev
-这里是配置信息基本值
# end-
prod
-这里是配置信息基本值
spring
:
profiles
:
include
:
service-adam
\ No newline at end of file
include
:
service-adam
liquidnet-bus-service/liquidnet-service-adam/liquidnet-service-adam-impl/src/main/resources/bootstrap-test.yml
View file @
2836cbb9
# begin-
dev
-这里是配置信息基本值
# begin-
test
-这里是配置信息基本值
liquidnet
:
cloudConfig
:
profile
:
test
security
:
username
:
user
password
:
user123
eureka
:
host
:
172.1
8.0.2
:7001
# end-
dev
-这里是配置信息基本值
host
:
172.1
7.207.177
:7001
# end-
test
-这里是配置信息基本值
spring
:
profiles
:
include
:
service-adam
\ No newline at end of file
include
:
service-adam
liquidnet-bus-service/liquidnet-service-consumer/src/main/resources/bootstrap-dev.yml
View file @
2836cbb9
...
...
@@ -2,9 +2,6 @@
liquidnet
:
cloudConfig
:
profile
:
dev
security
:
username
:
user
password
:
user123
eureka
:
host
:
127.0.0.1:7001
# end-dev-这里是配置信息基本值
...
...
liquidnet-bus-service/liquidnet-service-consumer/src/main/resources/bootstrap-prod.yml
View file @
2836cbb9
# begin-
dev
-这里是配置信息基本值
# begin-
prod
-这里是配置信息基本值
liquidnet
:
cloudConfig
:
profile
:
prod
security
:
username
:
user
password
:
user123
eureka
:
host
:
127.0.0.1:7001
# end-
dev
-这里是配置信息基本值
# end-
prod
-这里是配置信息基本值
spring
:
profiles
:
...
...
liquidnet-bus-service/liquidnet-service-consumer/src/main/resources/bootstrap-test.yml
View file @
2836cbb9
# begin-
dev
-这里是配置信息基本值
# begin-
test
-这里是配置信息基本值
liquidnet
:
cloudConfig
:
profile
:
test
security
:
username
:
user
password
:
user123
eureka
:
host
:
172.1
8.0.2
:7001
# end-
dev
-这里是配置信息基本值
host
:
172.1
7.207.177
:7001
# end-
test
-这里是配置信息基本值
spring
:
profiles
:
...
...
liquidnet-bus-support/liquidnet-support-config/src/main/resources/application-dev.yml
View file @
2836cbb9
...
...
@@ -4,15 +4,11 @@ liquidnet:
port
:
7002
context
:
/support-config
name
:
liquidnet-support-config
security
:
username
:
user
password
:
user123
logfile
:
path
:
./logs
name
:
support-config
eureka
:
host
:
127.0.0.1:7001
# host: 172.17.205.50:7001
rabbitmq
:
host
:
127.0.0.1
port
:
5672
...
...
liquidnet-bus-support/liquidnet-support-config/src/main/resources/application-prod.yml
View file @
2836cbb9
# begin-
dev
-这里是配置信息基本值
# begin-
prod
-这里是配置信息基本值
liquidnet
:
info
:
port
:
7002
context
:
/support-config
name
:
liquidnet-support-config
security
:
username
:
user
password
:
user123
logfile
:
path
:
./logs
name
:
support-config
eureka
:
host
:
34.92.245.187
:7001
host
:
127.0.0.1
:7001
rabbitmq
:
host
:
34.92.245.187
host
:
127.0.0.1
port
:
5672
username
:
lightnet
password
:
Lightnet12!
username
:
admin
password
:
admin
config
:
location
:
/
app/
config
# end-
dev
-这里是配置信息基本值
location
:
/
data/config/support-
config
# end-
prod
-这里是配置信息基本值
spring
:
profiles
:
...
...
liquidnet-bus-support/liquidnet-support-config/src/main/resources/application-test.yml
View file @
2836cbb9
# begin-
dev
-这里是配置信息基本值
# begin-
test
-这里是配置信息基本值
liquidnet
:
info
:
port
:
7002
context
:
/support-config
name
:
liquidnet-support-config
security
:
username
:
user
password
:
user123
logfile
:
path
:
./logs
name
:
support-config
eureka
:
host
:
172.1
8.0.2
:7001
host
:
172.1
7.207.177
:7001
rabbitmq
:
host
:
amqps://b-4ac8a8f5-8fe2-448b-bc37-990333527213.mq.ap-southeast-1.amazonaws.com
port
:
567
1
username
:
smartnet
password
:
7A8DJ48XBo4WWx6YdL
host
:
127.0.0.1
port
:
567
2
username
:
admin
password
:
admin
config
:
location
:
/
app/
config
# end-
dev
-这里是配置信息基本值
location
:
/
data/config/support-
config
# end-
test
-这里是配置信息基本值
spring
:
profiles
:
include
:
support-config
include
:
support-config
\ No newline at end of file
liquidnet-bus-support/liquidnet-support-zuul/src/main/resources/bootstrap-dev.yml
View file @
2836cbb9
...
...
@@ -2,12 +2,8 @@
liquidnet
:
cloudConfig
:
profile
:
dev
security
:
username
:
user
password
:
user123
eureka
:
host
:
127.0.0.1:7001
# host: 172.17.205.50:7001
# end-dev-这里是配置信息基本值
spring
:
...
...
liquidnet-bus-support/liquidnet-support-zuul/src/main/resources/bootstrap-prod.yml
View file @
2836cbb9
# begin-
dev
-这里是配置信息基本值
# begin-
prod
-这里是配置信息基本值
liquidnet
:
cloudConfig
:
profile
:
prod
security
:
username
:
user
password
:
user123
eureka
:
host
:
127.0.0.1:7001
# end-
dev
-这里是配置信息基本值
# end-
prod
-这里是配置信息基本值
spring
:
profiles
:
include
:
service-zuul
\ No newline at end of file
include
:
support-zuul
\ No newline at end of file
liquidnet-bus-support/liquidnet-support-zuul/src/main/resources/bootstrap-test.yml
View file @
2836cbb9
# begin-
dev
-这里是配置信息基本值
# begin-
test
-这里是配置信息基本值
liquidnet
:
cloudConfig
:
profile
:
test
security
:
username
:
user
password
:
user123
eureka
:
host
:
172.1
8.0.2
:7001
# end-
dev
-这里是配置信息基本值
host
:
172.1
7.207.177
:7001
# end-
test
-这里是配置信息基本值
spring
:
profiles
:
include
:
service-zuul
\ No newline at end of file
include
:
support-zuul
\ No newline at end of file
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