-
Start service-a
cd ./service-a mvnw clean spring-boot:run
-
Start service-b
cd ./service-b mvnw clean spring-boot:run
-
Start person service
cd ./person-service mvnw clean spring-boot:run
-
Start address service
cd ./address-service mvnw clean spring-boot:run
-
Start gateway
cd ./spring-cloud-gateway mvnw clean spring-boot:run
- reactive gateway
- reactive services