Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ThoreauZZ committed Jan 30, 2018
2 parents 34266ac + be0e501 commit 61e7341
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config-repo/cloud-zipkin-ui-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spring:
schema: classpath:/mysql.sql
driver-class-name: com.mysql.jdbc.Driver
type: com.alibaba.druid.pool.DruidDataSource
url: jdbc:mysql://mysql:3306/?useUnicode=true&characterEncoding=UTF-8
url: jdbc:mysql://mysql:3306/zipkin?useUnicode=true&characterEncoding=UTF-8
username: root
password: 1234
initialize: true
Expand Down
9 changes: 8 additions & 1 deletion doc/README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@

### 工程说明
工程名就已经说明了用途
* cloud-project-dependencies: bom定义,分离maven的依赖版本号和其他maven配置
* cloud-api-gateway:Zuul实现网关,自定义了返回协议
* cloud-common-exception:自定义了绑定http状态码的异常
* cloud-common-mvn-custom:自定义springMvc处理,比如对Jackson注解无法处理泛型null值
* cloud-service-comx:通过json配置文件,对接口做自动组装
* spring-boot-starter-redisson: 一个starter封装实例,包含@EnableXXX@XXXAutoCongiguration、FailureAnalyzer、HealthIndicator
* cloud-common-actuator-maven: 扩展一个新actuator接口,通过`/maven`能查看所包含的jar包及其版本号


### 克隆并构建

Expand Down Expand Up @@ -47,4 +51,7 @@ docker-compose up -d

### 高可用
### 注册中心集群
[单击查看](eureka-cluster.md)
[单击查看](eureka-cluster.md)

### TODO
k8s 示例

0 comments on commit 61e7341

Please sign in to comment.