Hello everyone, I tried to create a project in which you can create an account for yourself and then implement all possible CRUD operations on the Product class that is mapped to the product table. But here is one problem, the security part works with a bang, but here the STEAD part of the application gives the error HibernateException: No Session found for current thread. Help me figure out why she appeared, because I already have no options. And @Transactional is in service over all the methods that apply to dao and it seems to have done everything right in the hml, but still gives me this error. Also, if you need to clarify something, ask, I will answer with pleasure.
Technologies I used: Spring Security | MVC, Hibernate, Postgresql, Maven, JSP
Link to git https://github.com/Dimassss/SpringSite/tree/my_site