has anyone made the jump from spring-boot/spring-d...
# exposed
j
has anyone made the jump from spring-boot/spring-data/JPA to spring-boot/exposed?
👆 2
j
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.
👍 1