Skip to content

Commit

Permalink
Greenwich.SR1 初步完成。
Browse files Browse the repository at this point in the history
  • Loading branch information
eacdy0000@126.com authored and limu.zl committed Mar 13, 2019
1 parent 62b07da commit 187df40
Show file tree
Hide file tree
Showing 41 changed files with 404 additions and 1,404 deletions.
4 changes: 4 additions & 0 deletions commons/pom.xml
Expand Up @@ -47,5 +47,9 @@
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
</dependencies>
</project>
Expand Up @@ -3,10 +3,10 @@
import com.google.common.collect.Maps;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.autoconfigure.web.BasicErrorController;
import org.springframework.boot.autoconfigure.web.DefaultErrorAttributes;
import org.springframework.boot.autoconfigure.web.ErrorAttributes;
import org.springframework.boot.autoconfigure.web.ServerProperties;
import org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController;
import org.springframework.boot.web.servlet.error.DefaultErrorAttributes;
import org.springframework.boot.web.servlet.error.ErrorAttributes;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
Expand Down
79 changes: 0 additions & 79 deletions config-server/pom.xml

This file was deleted.

7 changes: 0 additions & 7 deletions config-server/src/main/docker/Dockerfile

This file was deleted.

177 changes: 0 additions & 177 deletions config-server/src/main/docker/wait-for-it.sh

This file was deleted.

This file was deleted.

22 changes: 0 additions & 22 deletions config-server/src/main/resources/application.yml

This file was deleted.

3 changes: 0 additions & 3 deletions config-server/src/main/resources/bootstrap.yml

This file was deleted.

9 changes: 1 addition & 8 deletions doc/4.组件搭建管理指南.md
Expand Up @@ -10,13 +10,6 @@




## Elasticsearch安装说明

// TODO



## Keycloak搭建及整合指南

[Keycloak搭建手把手操作指南](keycloak-learn/Keycloak搭建手把手操作指南.md)
Expand All @@ -37,5 +30,5 @@

* [6-整合PMD](sonar/6-整合PMD.md)



3 changes: 2 additions & 1 deletion doc/kafka/single.md
Expand Up @@ -18,4 +18,5 @@
bin/kafka-server-start.sh config/server.properties &
```



0 comments on commit 187df40

Please sign in to comment.