sources/coffeeshop/service-discovery/src/main/java/solid/humank/coffeeshop/servicediscovery/ServlceLocator.java (2 lines): - line 5: //TODO: 完成新增配置設定檔,讓預設的配置先看本地端,再去找App Mesh上的 Virtual Service endpoint - line 10: //TODO: 完成提供http client 訪問的封裝, 需要包裝 JAX-RS client, 像是 Resteasy client (與quarkus-resteasy相容應該好一些) sources/coffeeshop/coffee-domain/src/main/java/solid/humank/coffeeshop/coffee/models/Coffee.java (2 lines): - line 66: //TODO add verify policy. - line 68: //TODO add coffee made event for event sourcing. sources/coffeeshop/coffee-application/src/main/java/solid/humank/coffeeshop/inventories/applicationservices/ConfirmInventorySvc.java (1 line): - line 8: //TODO 實際去呼叫 Inventory Web api, by JAX-RS 封裝調用 sources/coffeeshop/infrastructure/src/main/java/solid/humank/coffeeshop/infra/adapters/SSMUtil.java (1 line): - line 11: //TODO ... sources/coffeeshop/orders-domain/src/main/java/solid/humank/coffeeshop/order/models/Order.java (1 line): - line 106: //TODO : implement in java8 syntax. sources/coffeeshop/coffee-sls/src/main/java/solid/humank/coffeeshop/cofee/sls/orders/OrderCreatedHandler.java (1 line): - line 52: //TODO : 調用咖啡師的服務, 參照需求文檔找製作美式咖啡的需求 sources/coffeeshop/orders-application/src/main/java/solid/humank/coffeeshop/order/applications/CreateOrderSvc.java (1 line): - line 28: //TODO 確認實作結果