fable-spring-read-replica
fable-spring-read-replica copied to clipboard
[Question] Class level annotation
First of all, congrats!
I was wondering... Is it possible to make this work class level instead of having to annotate every method on my class with @Transactional(readonly = true)? I made some tests but I wasn't able to make work.