From bfbbcc73f5d463c85f94e0c06ac79846a242c72f Mon Sep 17 00:00:00 2001 From: javahongxi Date: Fri, 28 Sep 2018 13:20:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B1=86=E7=93=A3=E9=98=85=E8=AF=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- whatsmars-dubbo/README.md | 5 ++++- whatsmars-javase/README.md | 4 +++- whatsmars-spring-boot/README.md | 4 +++- whatsmars-tomcat/README.md | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/whatsmars-dubbo/README.md b/whatsmars-dubbo/README.md index ec2e7db5..a9909f4f 100644 --- a/whatsmars-dubbo/README.md +++ b/whatsmars-dubbo/README.md @@ -95,4 +95,7 @@ xxxService.xxx(); // 远程调用 ``` -- 并发控制,异步调用,本地调用,参数回调,事件通知 ... \ No newline at end of file +- 并发控制,异步调用,本地调用,参数回调,事件通知 ... + +### More +- [书籍:《亿级流量网站架构核心技术》](https://book.douban.com/subject/26999243/) \ No newline at end of file diff --git a/whatsmars-javase/README.md b/whatsmars-javase/README.md index 543b9803..80521273 100644 --- a/whatsmars-javase/README.md +++ b/whatsmars-javase/README.md @@ -1 +1,3 @@ -Java SE \ No newline at end of file +Java SE + +[书籍:《深入理解Java虚拟机》](https://book.douban.com/subject/6522893/) \ No newline at end of file diff --git a/whatsmars-spring-boot/README.md b/whatsmars-spring-boot/README.md index ea3fb9c8..1eceedb5 100644 --- a/whatsmars-spring-boot/README.md +++ b/whatsmars-spring-boot/README.md @@ -7,4 +7,6 @@ We take an opinionated view of the Spring platform and third-party libraries so Most Spring Boot applications need very little Spring configuration. 启动后访问 localhost:8081/
-swagger localhost:8081/swagger-ui.html \ No newline at end of file +swagger localhost:8081/swagger-ui.html + +[书籍:《SpringBoot揭秘》](https://book.douban.com/subject/26808298/) \ No newline at end of file diff --git a/whatsmars-tomcat/README.md b/whatsmars-tomcat/README.md index 93800817..9ca07cee 100644 --- a/whatsmars-tomcat/README.md +++ b/whatsmars-tomcat/README.md @@ -1,4 +1,4 @@ ### Tomcat -![Tomcat内核设计剖析](tomcat.jpg) +https://github.com/apache/tomcat -https://github.com/apache/tomcat \ No newline at end of file +[书籍:《Tomcat内核设计剖析》](https://book.douban.com/subject/27053924/) \ No newline at end of file -- GitLab