/micro

The pet project based on Microservices Architecture: Docker, Spring Boot, Spring Cloud, Eureka, WebFlux, WebFluxSecurity, R2DBC (postgres)

Primary LanguageJava

micro

The pet project based on Microservices Architecture: SpringBoot, Spring Cloud, Eureka, WebFlux, WebFluxSecurity, R2DBC (postgres)

Architecture

Run project steps:

Build and run:

  • mvn clean install
  • docker-compose up -d --build

DB init:

  • postgres container: # psql -U postgres -d postgres_db -f home/init.sql