Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongzunfa committed Sep 3, 2018
2 parents 546c9e7 + cd7d8fe commit a179c49
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 31 deletions.
47 changes: 16 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,30 @@
## 《重新定义Spring Cloud实战》实体书目录
## 1.《重新定义Spring Cloud实战》

Spring Cloud中国社区([http://springcloud.cn](http://springcloud.cn)) 是国内基于Spring Cloud微服务体系创建的非盈利技术社区。自2016年10月份创建以来,在北京,上海,深圳,成都等地举办了多次技术沙龙,提供技术交流平台,帮助数万开发者快速学习Spring Cloud并用于生产。为更好的推动Spring Cloud在中国的发展,让更多的开发者受益。社区针对Spring Cloud在国内的使用情况,结合国内上百企业使用Spring Cloud落地微服务架构遇到的问题给出实战解决方案,特推出此书。关注Spring Cloud中国社区微信公众号,一起交流学习。

![](/doc/image/sqgzh.png)

本书基于Spring Cloud的`Finchley.RELEASE`版编写,`由7位作者著,我们7位作者并不是Spring Cloud微服务落地的架构专家,我们只是Spring Cloud微服务架构的实践者,`把我们自己的实践经验分享给大家,帮助大家解决学习和工作上遇到的问题。三人行,必有我师焉,由于我们学识有限,难免会有不足之处,还请读者多多包涵,一起交流学习,共同进步。

### 1.1 实体书目录

https://github.com/SpringCloud/spring-cloud-catalog

## 《重新定义Spring Cloud实战》书评-收集ing
### 1.2 《重新定义Spring Cloud实战》书评-收集ing

https://github.com/SpringCloud/spring-cloud-code/issues/1


## 基于Spring Cloud的Finchley.RELEASE版:
### 1.3 基于Spring Cloud的Finchley.RELEASE版:
http://cloud.spring.io/spring-cloud-static/Finchley.RELEASE/single/spring-cloud.html

由于聚合工程很多,Maven内存如果不足,在/spring-cloud-code/pom.xml设置如下,欢迎**Star**

```
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<fork>true</fork>
<meminitial>512m</meminitial>
<!-- 如果不够读者可以加大 -->
<maxmem>4048m</maxmem>
</configuration>
</plugin>
</plugins>
</build>
```


## 第25章 领域驱动框架
* 由于聚合工程很多,Maven内存如果不足,在/spring-cloud-code/pom.xml设置如下,欢迎**Star**
![](/doc/image/szm1.jpg)

https://github.com/SoftwareKing/halo
* IDE中配置如下:
![](/doc/image/sz_maven.jpg)

## 工程明细
### 1.4 工程明细

ch是章节的简称,ch10表示第十章,ch10-1表示第十章的第一个案例工程,

Expand Down
Binary file added doc/image/sqgzh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/image/sz_maven.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/image/szm1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a179c49

Please sign in to comment.