Relative Content

Tag Archive for javaspringpostgresqljavafxspring-data-jpa

Spring | Problem with saving to PostgreSQL

I’m newbie Java-dev and I’m trying to make an JavaFX-application that uses Spring.
I have some problems with saving to PostgreSQL.
So, I have a registration form, I’m taking user data and trying to save it to PostgreSQL with Spring Data JPA.
I have hierarchy: com.raddan.Chat > Authorize > Controller(AuthController, RegController), Model(User), Repository(UserRepository), Service(UserDetailsImpl)
So what exactly is here: I press on Registration button and I have an error: userRepository is null.
I’ll be thankful if smone can help me with that.