Unable to autowire sessionFactory in springboot
Questions: Please find below my daoImpl class. import java.util.List; import org.hibernate.SessionFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.ste...