I am working on a spring-boot project.
Before using @Transactional
annotation in my project I have two questions
Best practice to use
@Transactional
annotation in spring-boot, service layer or DAO layer?If the service layer then where do I use the
@Transactional
annotation on a class or on a method in that class?