You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2020/02/21 09:05:31 UTC

[servicecomb-samples] branch master updated: [SCB-1785] add details in readme

This is an automated email from the ASF dual-hosted git repository.

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new 11cab9f  [SCB-1785] add details in readme
11cab9f is described below

commit 11cab9f3cfaa7b124ab9fdbb3ee6ea1c02d3b07d
Author: liubao <bi...@qq.com>
AuthorDate: Fri Feb 21 17:03:04 2020 +0800

    [SCB-1785] add details in readme
---
 java-chassis-deployment-samples/README.md                         | 3 +++
 .../spring-boot-external-tomcat/README.md                         | 8 ++++----
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/java-chassis-deployment-samples/README.md b/java-chassis-deployment-samples/README.md
new file mode 100644
index 0000000..cb03e81
--- /dev/null
+++ b/java-chassis-deployment-samples/README.md
@@ -0,0 +1,3 @@
+This folder contains some examples of java-chassis deployments. 
+
+* spring-boot-external-tomcat : deploy java-chassis with spring boot, but run in an external web container.
diff --git a/java-chassis-deployment-samples/spring-boot-external-tomcat/README.md b/java-chassis-deployment-samples/spring-boot-external-tomcat/README.md
index 85ae82f..9d55466 100644
--- a/java-chassis-deployment-samples/spring-boot-external-tomcat/README.md
+++ b/java-chassis-deployment-samples/spring-boot-external-tomcat/README.md
@@ -2,10 +2,10 @@ This project shows how to run java-chassis with spring boot in external web cont
 
 Following are some useful articles to run spring boot in external web container.
 
-[1](https://spring.io/blog/2014/03/07/deploying-spring-boot-applications#what-about-the-java-ee-application-server)
-[2](https://dzone.com/articles/spring-boot-with-external-tomcat)
-[3](https://stackoverflow.com/questions/34506712/how-to-deploy-spring-boot-web-application-on-tomcat-server)
+* [spring boot official site](https://spring.io/blog/2014/03/07/deploying-spring-boot-applications#what-about-the-java-ee-application-server)
+* [very good article with examples](https://dzone.com/articles/spring-boot-with-external-tomcat)
+* [Q & A in stack overflow](https://stackoverflow.com/questions/34506712/how-to-deploy-spring-boot-web-application-on-tomcat-server)
 
 For java-chassis using spring boot, check following articles.
 
-[1](https://docs.servicecomb.io/java-chassis/zh_CN/using-java-chassis-in-spring-boot/using-java-chassis-in-spring-boot/)
\ No newline at end of file
+* [Working with Spring Boot](https://docs.servicecomb.io/java-chassis/zh_CN/using-java-chassis-in-spring-boot/using-java-chassis-in-spring-boot/)
\ No newline at end of file