The pet project based on Microservices Architecture: SpringBoot, Spring Cloud, Eureka, WebFlux, WebFluxSecurity, R2DBC (postgres)
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