Skip to content

wellingtoncosta/spring-cloud-microservices

Repository files navigation

spring-cloud-microservices

A sample microservices application using Spring Cloud.

Create PostgresSQL database using Docker

Run the following command:

docker run --name postgres -e "POSTGRES_PASSWORD=postgres" -p 5432:5432 -d postgres

About

A sample micorservices application using Spring Cloud.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages