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 \
1919 },
2020 "uri": "/api/v1/account*",
2121 "upstream": {
22- "service_name": "ACCOUNTS ",
22+ "service_name": "ACCOUNT ",
2323 "type": "roundrobin",
2424 "discovery_type": "eureka"
2525 },
Original file line number Diff line number Diff line change 1- ____ _
2- / ___| _ ___| |_ ___ _ __ ___ ___ _ __
3- | | | | | / __| __/ _ \| '_ ` _ \ / _ \ '__|
4- | |__| |_| \__ \ || (_) | | | | | | __/ |
5- \____\__,_|___/\__\___/|_| |_| |_|\___|_|
1+ ____ _ _________
2+ / ___| _ ___| |_ ___ _ __ ___ ___ _ _|___ /___ \
3+ | | | | | / __| __/ _ \| '_ ` _ \ / _ \ '__||_ \ __) |
4+ | |__| |_| \__ \ || (_) | | | | | | __/ | ___) / __/
5+ \____\__,_|___/\__\___/|_| |_| |_|\___|_| |____/_____|
66
77${application.title} ${application.version}
88Powered 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