axon-spring-boot-starter

Is still a viable option for the latest axon version with spring boot? Latest commit on github is 3 years old.
Thanks,
FP

Hi Federico,

Axon Framework 3.3.6 (the latest atm) very much so works just fine with Spring Boot!
The module you’re looking at is relatively empty, the real magic is in the axon-spring-boot-autoconfigure module.

That module definitely has recent changes :wink:

Cheers,
Steven

Hi Steven,

Is that module and axon spring support compatible with spring boot 2.0.5 and its related compatible versions of spring data etc? We a project based on spring boot 1.5.x, spring data jpa, etc. that we would like to upgrade to get the latest capabilities in some other spring libraries (notable spring security related.

Thanks,

Mac

Hi Mac,

Axon Framework works perfectly fine with the latest version of Spring Boot as far as my knowledge reaches.

I know people who’ve done live coding sessions on stage with Axon, using 2.x or so.
Hope that gives you some additional confidence. :slight_smile:

Cheers,
Steven

Thanks, that is good to know!