Relative Content

Tag Archive for mysqlspringspring-boothibernate

Spring Boot Error: no transaction is in progress

I’m getting this error when I’m trying to save ChatUser object from /showSignUpForm request . The object details are stored successfully in the DB but it gives “jakarta.persistence.TransactionRequiredException: no transaction is in progress” error on on /processSignUpForm