Amal Joy Chemparathy 8a50953e39 Update README.md
2018-10-18 00:49:54 +02:00
2018-10-12 20:36:14 +02:00
2018-10-18 00:42:56 +02:00
2018-10-12 03:28:52 +02:00
2018-10-12 20:36:14 +02:00
2018-10-12 03:28:52 +02:00
2018-10-12 03:28:52 +02:00
2018-10-12 03:28:52 +02:00
2018-10-12 03:28:52 +02:00
2018-10-18 00:49:54 +02:00

cqrs-spring-kafka

Spring boot app using DDD, CQRS, Kafka etc

  • Domain Driven Design Patterns
  • Command Query Responsibility Segregation
  • Java 8
  • Spring MVC
  • Spring Boot
  • Spring Cloud Stream
  • Spring Data JPA
  • Maven
  • Kafka
  • Postgresql
  • Docker Compose

to build individual service,

./mvnw clean package

to build and run all the services,

docker-compose up --build

to kill all the running services,

docker-compose rm -v
Description
spring boot app using DDD, CQRS, Kafka
Readme 90 KiB
Languages
Java 89.6%
Dockerfile 10.4%