File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed
customer32/src/main/resources Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ curl http://localhost:9180/apisix/admin/routes \
19
19
},
20
20
"uri": "/api/v1/account*",
21
21
"upstream": {
22
- "service_name": "ACCOUNTS ",
22
+ "service_name": "ACCOUNT ",
23
23
"type": "roundrobin",
24
24
"discovery_type": "eureka"
25
25
},
Original file line number Diff line number Diff line change 1
- ____ _
2
- / ___| _ ___| |_ ___ _ __ ___ ___ _ __
3
- | | | | | / __| __/ _ \| '_ ` _ \ / _ \ '__|
4
- | |__| |_| \__ \ || (_) | | | | | | __/ |
5
- \____\__,_|___/\__\___/|_| |_| |_|\___|_|
1
+ ____ _ _________
2
+ / ___| _ ___| |_ ___ _ __ ___ ___ _ _|___ /___ \
3
+ | | | | | / __| __/ _ \| '_ ` _ \ / _ \ '__||_ \ __) |
4
+ | |__| |_| \__ \ || (_) | | | | | | __/ | ___) / __/
5
+ \____\__,_|___/\__\___/|_| |_| |_|\___|_| |____/_____|
6
6
7
7
${application.title} ${application.version}
8
8
Powered by Spring Boot ${spring-boot.version}
Original file line number Diff line number Diff line change
1
+ deploy --app-name cb32 --service-name account --cpu-request 100m --artifact-path account/target/account-0.0.1-SNAPSHOT.jar --image-version 0.0.1 --liquibase-db admin
2
+ deploy --app-name cb32 --service-name checks --cpu-request 100m --artifact-path checks/target/checks-0.0.1-SNAPSHOT.jar --image-version 0.0.1
3
+ deploy --app-name cb32 --service-name customer --cpu-request 100m --artifact-path customer/target/customer-0.0.1-SNAPSHOT.jar --image-version 0.0.1 --liquibase-db admin
4
+ deploy --app-name cb32 --service-name customer32 --cpu-request 100m --artifact-path customer32/target/customer32-0.0.1-SNAPSHOT.jar --image-version 0.0.1 --liquibase-db admin
5
+ deploy --app-name cb32 --service-name creditscore --cpu-request 100m --artifact-path creditscore/target/creditscore-0.0.1-SNAPSHOT.jar --image-version 0.0.1
6
+ deploy --app-name cb32 --service-name testrunner --cpu-request 100m --artifact-path testrunner/target/testrunner-0.0.1-SNAPSHOT.jar --image-version 0.0.1
7
+ deploy --app-name cb32 --service-name transfer --cpu-request 100m --artifact-path transfer/target/transfer-0.0.1-SNAPSHOT.jar --image-version 0.0.1
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments