Skip to content

Commit

Permalink
SCB-527 fix pr comment (mistakes in readme)
Browse files Browse the repository at this point in the history
Signed-off-by: zhengyangyong <yangyong.zheng@huawei.com>
  • Loading branch information
zhengyangyong authored and liubao68 committed May 3, 2018
1 parent a71e35f commit 7c93188
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion archetypes/business-service-jaxrs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Then you can get outputs in target folder:
```bash
java -jar xxxxxx-{version}.jar
```
*Notice: If you need to modify config setting in "microservice.yaml" like service center address but don't want repackage the executable jar, **you can direct place a new "microservice.yaml" file in same folder, then settings will be overridden.***
*Notice: If you need to modify configurations in "microservice.yaml" like service center address but don't want repackage the executable jar, **you can directly place a new "microservice.yaml" file under the same folder, then configurations will be overridden.***
2 changes: 1 addition & 1 deletion archetypes/business-service-pojo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Then you can get outputs in target folder:
```bash
java -jar xxxxxx-{version}.jar
```
*Notice: If you need to modify config setting in "microservice.yaml" like service center address but don't want repackage the executable jar, **you can direct place a new "microservice.yaml" file in same folder, then settings will be overridden.***
*Notice: If you need to modify configurations in "microservice.yaml" like service center address but don't want repackage the executable jar, **you can directly place a new "microservice.yaml" file under the same folder, then configurations will be overridden.***
2 changes: 1 addition & 1 deletion archetypes/business-service-spring-boot-starter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Then you can get executable jar in target/bin folder:
```bash
java -jar xxxxxx-{version}-exec.jar
```
*Notice: If you need to modify config setting in "microservice.yaml" like service center address but don't want repackage the executable jar, **you can direct place a new "microservice.yaml" file in same folder, then settings will be overridden.***
*Notice: If you need to modify configurations in "microservice.yaml" like service center address but don't want repackage the executable jar, **you can directly place a new "microservice.yaml" file under the same folder, then configurations will be overridden.***

## Spring Boot and ServiceComb
### Why ServiceComb make integration with Spring Boot
Expand Down
2 changes: 1 addition & 1 deletion archetypes/business-service-springmvc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Then you can get outputs in target folder:
```bash
java -jar xxxxxx-{version}.jar
```
*Notice: If you need to modify config setting in "microservice.yaml" like service center address but don't want repackage the executable jar, **you can direct place a new "microservice.yaml" file in same folder, then settings will be overridden.***
*Notice: If you need to modify configurations in "microservice.yaml" like service center address but don't want repackage the executable jar, **you can directly place a new "microservice.yaml" file under the same folder, then configurations will be overridden.***

0 comments on commit 7c93188

Please sign in to comment.