[ 
https://issues.apache.org/jira/browse/SCB-222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16321808#comment-16321808
 ] 

ASF GitHub Bot commented on SCB-222:
------------------------------------

WillemJiang closed pull request #504: [SCB-222] recovery microservice.yaml in 
bmi Calculator
URL: https://github.com/apache/incubator-servicecomb-java-chassis/pull/504
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/samples/bmi/calculator/src/main/resources/microservice.yaml 
b/samples/bmi/calculator/src/main/resources/microservice.yaml
new file mode 100644
index 000000000..a7a7a6b41
--- /dev/null
+++ b/samples/bmi/calculator/src/main/resources/microservice.yaml
@@ -0,0 +1,34 @@
+#
+## ---------------------------------------------------------------------------
+## Licensed to the Apache Software Foundation (ASF) under one or more
+## contributor license agreements.  See the NOTICE file distributed with
+## this work for additional information regarding copyright ownership.
+## The ASF licenses this file to You under the Apache License, Version 2.0
+## (the "License"); you may not use this file except in compliance with
+## the License.  You may obtain a copy of the License at
+##
+##      http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing, software
+## distributed under the License is distributed on an "AS IS" BASIS,
+## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+## See the License for the specific language governing permissions and
+## limitations under the License.
+## ---------------------------------------------------------------------------
+
+# all interconnected microservices must belong to an application wth the same 
ID
+APPLICATION_ID: bmi
+service_description:
+# name of the declaring microservice
+  name: calculator
+  version: 0.0.1
+cse:
+  service:
+    registry:
+      address: http://127.0.0.1:30100
+  rest:
+    address: 0.0.0.0:7777
+  handler:
+    chain:
+      Provider:
+        default: bizkeeper-provider
\ No newline at end of file


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


>  Recovery microservice.yaml in BMI calculator
> ---------------------------------------------
>
>                 Key: SCB-222
>                 URL: https://issues.apache.org/jira/browse/SCB-222
>             Project: Apache ServiceComb
>          Issue Type: Bug
>          Components: Java-Chassis
>    Affects Versions: java-chassis-1.0.0-m1
>            Reporter: yangyongzheng
>            Assignee: yangyongzheng
>
>  Recovery microservice.yaml in BMI calculator for delete misoperation



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to