Class AxonServerAutoConfiguration

java.lang.Object
org.axonframework.extension.springboot.autoconfig.AxonServerAutoConfiguration
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@AutoConfiguration @AutoConfigureBefore(AxonAutoConfiguration.class) @ConditionalOnClass(AxonServerConfiguration.class) @EnableConfigurationProperties(AxonServerConfiguration.class) public class AxonServerAutoConfiguration extends Object implements org.springframework.context.ApplicationContextAware
Base Axon Server Autoconfiguration.

Constructs the AxonServerConfiguration, allowing for further configuration of Axon Server components through property files or complete disablement of Axon Server.

Since:
4.0.0
Author:
Marc Gathier