Skip to content

Commit c40fc6b

Browse files
committed
add feature README.md
1 parent d42c36b commit c40fc6b

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

README.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33

44

5-
5+
6+
---
67
### Services Registry
78
- Spring Boot version: 2.5.0
89
- Dependencies:
910
- spring-cloud-starter-netflix-eureka-server
10-
11+
---
1112
### API Gateway
1213
Spring Boot version: 2.3.11.RELEASE
1314
- Dependencies:
@@ -16,43 +17,50 @@ Spring Boot version: 2.3.11.RELEASE
1617
- spring-cloud-starter-netflix-eureka-client
1718
- spring-cloud-starter-config
1819
-
20+
---
1921
### Config Server
2022
- Spring Boot version: 2.5.0
2123
- Github repository -> application.yml
2224
- Dependencies:
2325
- spring-cloud-config-server
2426
- spring-cloud-starter-netflix-eureka-client
25-
27+
- Zookeper (not yet)
28+
---
2629
### Hystrix Dashboard
2730
- Spring Boot version: 2.3.11.RELEASE
2831
- Dependencies:
2932
- spring-cloud-starter-config
3033
- spring-cloud-starter-netflix-hystrix-dashboard
3134
- spring-cloud-starter-netflix-eureka-client
32-
35+
---
3336
### Other Microservices
3437
- Spring Boot version: 2.5.0
35-
- Person, Department, Task Services
38+
- User, Department, Task Services
3639
- Dependencies:
3740
- spring-cloud-starter-config
3841
- spring-cloud-starter-netflix-eureka-client
3942
- spring-cloud-starter-bootstrap
4043
- com.h2database.h2
4144
- org.projectlombok.lombok
4245
- spring-boot-starter-data-jpa
43-
- spring-boot-starter-web
44-
46+
- spring-boot-starter-web
47+
---
4548

4649

4750
### Zipkin
4851
Docker
4952
The Docker Zipkin project is able to build docker images, provide scripts and a docker-compose.yml for launching pre-built images. The quickest start is to run the latest image directly:
5053

5154
docker run -d -p 9411:9411 openzipkin/zipkin
52-
55+
56+
---
5357

5458
Health : http://localhost:9191/actuator/health
5559
Eureka : http://localhost:8761/
5660
Department GetMethod: http://localhost:9191/departments/1
5761
Hystrix: http://localhost:9295/hystrix
58-
http://localhost:9295/hystrix/monitor?stream=http%3A%2F%2Flocalhost%3A9191%2Factuator%2Fhystrix.stream
62+
http://localhost:9295/hystrix/monitor?stream=http%3A%2F%2Flocalhost%3A9191%2Factuator%2Fhystrix.stream
63+
64+
65+
66+
blockchain

0 commit comments

Comments
 (0)