Skip to content

Commit fbeaa90

Browse files
committed
Code beautifier
1 parent e0b4286 commit fbeaa90

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

README.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
# Sprint Boot Microservices Example
1+
# Java Spring-Boot Microservices Example
22

3+
Light-weight sample for Microservices learning
34

4-
5-
65
---
7-
### Services Registry
6+
### [Services Registry](service-registry)
87
- Spring Boot version: 2.5.0
98
- Dependencies:
109
- spring-cloud-starter-netflix-eureka-server
1110
---
12-
### API Gateway
11+
### [API Gateway](api-gateway)
1312
Spring Boot version: 2.3.11.RELEASE
1413
- Dependencies:
1514
- spring-cloud-starter-gateway
@@ -18,15 +17,15 @@ Spring Boot version: 2.3.11.RELEASE
1817
- spring-cloud-starter-config
1918
-
2019
---
21-
### Config Server
20+
### [Config Server](config-server)
2221
- Spring Boot version: 2.5.0
23-
- Github repository -> application.yml
22+
- GitHub repository -> application.yml
2423
- Dependencies:
2524
- spring-cloud-config-server
2625
- spring-cloud-starter-netflix-eureka-client
27-
- Zookeper (not yet)
26+
- Zookeeper (not yet)
2827
---
29-
### Hystrix Dashboard
28+
### [Hystrix Dashboard](hystrix-dashboard)
3029
- Spring Boot version: 2.3.11.RELEASE
3130
- Dependencies:
3231
- spring-cloud-starter-config
@@ -35,7 +34,7 @@ Spring Boot version: 2.3.11.RELEASE
3534
---
3635
### Other Microservices
3736
- Spring Boot version: 2.5.0
38-
- Person, Department, Task Mangement Services
37+
- [Person](person-service), [Department](department-service), [Task Management](task-service) Services
3938
- Dependencies:
4039
- spring-cloud-starter-config
4140
- spring-cloud-starter-netflix-eureka-client
@@ -46,10 +45,15 @@ Spring Boot version: 2.3.11.RELEASE
4645
- spring-boot-starter-web
4746
---
4847

48+
### [Docker Compose](docker-compose)
49+
Launch all service
50+
```shell
51+
$ docker-compose -f docker-compose/app.yml up -d
52+
```
4953

5054
### Zipkin
5155
Docker
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:
56+
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:
5357

5458
docker run -d -p 9411:9411 openzipkin/zipkin
5559

0 commit comments

Comments
 (0)