has anyone made the jump from spring-boot/spring-data/JPA to spring-boot/exposed?
👆 2
j
Joel
05/21/2020, 2:14 PM
Yes. We're using WebFlux, Axon, and Exposed for an event-sourced API. Ditching JPA in favor of Exposed really let the brain juices flow. I couldn't be happier with the decision. That said, knowledge of SQL is required to make the best of Exposed, whereas you can probably get away without that when using JPA.