Axon Framework is a framework for building evolutionary, event-driven microservice systems, based on the principles of Domain Driven Design, Command-Query Responsibility Segregation (CQRS) and Event Sourcing.
As such it provides you the necessary building blocks to follow these principles. Building blocks like Aggregate factories and Repositories, Command, Event and Query Buses and an Event Store. The framework provides sensible defaults for all of these components out of the box.
This set up helps you create a well-structured application without having to bother with the infrastructure. The main focus can thus become your business functionality.
Axon Framework's Spring AOT Extension provides integration with Spring AOT. This extension provides support for compiling Axon and Spring applications to native executables using the GraalVM native-image compiler.
For more information on anything Axon, please visit our website, http://axoniq.io.
The AxonIQ Library contains a section for the guides of all the Axon Framework extensions. The Spring AOT extension guide can be found here.
Are you having trouble using the extension? We'd like to help you out the best we can! There are a couple of things to consider when you're traversing anything Axon:
axon
.We use GitHub's issue tracking system for new feature request, extension enhancements and bugs. Prior to filing an issue, please verify that it's not already reported by someone else.
When filing bugs:
When filing features: