I try to create simple user login and registration page. But I cannot create user using services method. I have a service for creating new user.
@Service
pub
I added exclude = HibernateJpaAutoConfiguration.class
property to @SpringBootApplication
annotation as recomended at https://stackoverflow.com/a/38637273 and all worked normally. But I cannot relatrion problem and solution. And I don't not know why registerNewUserAccount(UserDto userDto)
method works at one place and doesn't work at different place.