Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cebrailinanc/spring-cloud

Spring Boot microservice application
https://github.com/cebrailinanc/spring-cloud

docker docker-compose java11 lombok mapstruct openfeign spring-boot spring-cloud

Last synced: about 2 months ago
JSON representation

Spring Boot microservice application

Awesome Lists containing this project

README

        

`docker-compose up --build` command execute in spring-cloud folder.
Docker compose running config server and eureka server

eureka server: `http://localhost:8761`

config server, product-service dev profile property: `http://localhost:8888/product-service/dev`

The command below runs mongodb mysql and clients.
`docker-compose -f docker-compose-db.yml up -d --build`

`docker-compose -f docker-compose-db.yml down`

phpmyadmin url(Mysql client): `http://localhost:8081`

mongo-express url(mongo client): `http://localhost:8082`