I'm new to Axon and Docker and I would like to start axon server in Docker using developmnent mode in order to clear events as I'm in the process of building a system and my events and commands change often.
I read on Axon documentation that a certain property axoniq.axonserver.devmode.enabled
(defaults to false
) has to be set. I also know that Axon uses spring boot, so I guess I would need to somehow access the axonserver.properties
on Docker, but here is the problem, i don't know how.
I would be thankful if anyone could explain how to change this configuration.