You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-9Lines changed: 17 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,13 @@
2
2
3
3
4
4
5
-
5
+
6
+
---
6
7
### Services Registry
7
8
- Spring Boot version: 2.5.0
8
9
- Dependencies:
9
10
- spring-cloud-starter-netflix-eureka-server
10
-
11
+
---
11
12
### API Gateway
12
13
Spring Boot version: 2.3.11.RELEASE
13
14
- Dependencies:
@@ -16,43 +17,50 @@ Spring Boot version: 2.3.11.RELEASE
16
17
- spring-cloud-starter-netflix-eureka-client
17
18
- spring-cloud-starter-config
18
19
-
20
+
---
19
21
### Config Server
20
22
- Spring Boot version: 2.5.0
21
23
- Github repository -> application.yml
22
24
- Dependencies:
23
25
- spring-cloud-config-server
24
26
- spring-cloud-starter-netflix-eureka-client
25
-
27
+
- Zookeper (not yet)
28
+
---
26
29
### Hystrix Dashboard
27
30
- Spring Boot version: 2.3.11.RELEASE
28
31
- Dependencies:
29
32
- spring-cloud-starter-config
30
33
- spring-cloud-starter-netflix-hystrix-dashboard
31
34
- spring-cloud-starter-netflix-eureka-client
32
-
35
+
---
33
36
### Other Microservices
34
37
- Spring Boot version: 2.5.0
35
-
-Person, Department, Task Services
38
+
-User, Department, Task Services
36
39
- Dependencies:
37
40
- spring-cloud-starter-config
38
41
- spring-cloud-starter-netflix-eureka-client
39
42
- spring-cloud-starter-bootstrap
40
43
- com.h2database.h2
41
44
- org.projectlombok.lombok
42
45
- spring-boot-starter-data-jpa
43
-
- spring-boot-starter-web
44
-
46
+
- spring-boot-starter-web
47
+
---
45
48
46
49
47
50
### Zipkin
48
51
Docker
49
52
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:
50
53
51
54
docker run -d -p 9411:9411 openzipkin/zipkin
52
-
55
+
56
+
---
53
57
54
58
Health : http://localhost:9191/actuator/health
55
59
Eureka : http://localhost:8761/
56
60
Department GetMethod: http://localhost:9191/departments/1
0 commit comments