-
Notifications
You must be signed in to change notification settings - Fork 827
added bmi sample for quick start guide #129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
samples/bmi/calculator/pom.xml
Outdated
<parent> | ||
<artifactId>bmi</artifactId> | ||
<groupId>io.servicecomb.samples</groupId> | ||
<version>0.0.1-SNAPSHOT</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may use the same version of Java Chassis.
samples/bmi/pom.xml
Outdated
|
||
<groupId>io.servicecomb.samples</groupId> | ||
<artifactId>bmi</artifactId> | ||
<version>0.0.1-SNAPSHOT</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same issue here.
samples/bmi/pom.xml
Outdated
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> | ||
<java.version>1.8</java.version> | ||
<java-chassis.version>0.2.0</java-chassis.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using the project version.
samples/bmi/webapp/pom.xml
Outdated
<parent> | ||
<artifactId>bmi</artifactId> | ||
<groupId>io.servicecomb.samples</groupId> | ||
<version>0.0.1-SNAPSHOT</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using the project version.
@@ -0,0 +1,12 @@ | |||
zuul: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the license header.
@@ -0,0 +1,13 @@ | |||
<?xml version="1.0" encoding="UTF-8" ?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the license header.
@@ -0,0 +1,10 @@ | |||
# all interconnected microservices must belong to an application wth the same ID |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the license header here.
cfde150
to
7edae0c
Compare
No description provided.