marcusvieira88 / axon-cqrs-spring-boot

This a example Axon CQRS implemented in Spring boot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This project implements a event driven application with Axon CQRS and Spring Boot.

Getting Started

For starting the Axon server:

docker-compose up

Swagger UI

Use the SwaggerUI for triggering the bank and client events:

http://localhost:8080/swagger-ui.html

Axon Dashboard

Here you can query the saved events:

http://localhost:8024/

About

This a example Axon CQRS implemented in Spring boot


Languages

Language:Java 100.0%