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