Skip to content

Commit

Permalink
Clarify line 10
Browse files Browse the repository at this point in the history
  • Loading branch information
dxp227 authored Oct 28, 2024
1 parent 6fdd7a3 commit 996f447
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ In this step, we will see how to run your application in your local environment

If this were only a basic Spring Boot application we would simply run it from our IDE, but our application relies on external messaging infrastructure to route, store and deliver messages (commands, events and queries). In our case, we will use Axon Server which acts both as a message broker to route the messages and as an event store optimized for storing and retrieving events in an Event Sourcing-based system.

To avoid having to install and start the Axon Server manually, we will use Axon Server Docker images and Spring Boot's Docker Compose support to start Docker containers. In this section you will learn how to configure it to run everything you need with a single click.
To avoid having to install and start the Axon Server manually, we will use Axon Server Docker images and Spring Boot's support for running Docker containers. In this section you will learn how to configure Spring Boot to run everything you need with a single click.

== Requisites

Expand Down

0 comments on commit 996f447

Please sign in to comment.