The lifecycle of aggregates isn’t managed by Spring, so unfortunately, you cannot use the @Value approach to injecting properties.
Axon provides an injection mechanism for handlers which you could use for this. Create a Spring bean that has the @Value annotated field, and then add that Spring bean as a parameter to your Command Handler (or any other handler that requires the property).