python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
authenticate a user inside a test class
I am new to spring boot and testing and I have spring boot app (generated with JHipster) that uses authentication. I need to get the id of the current user.
so this method inside userRepository return...
hakima maarouf
Votes: 0
Answers: 1
How to migrate data to new server? (Sequence generator issue)
What is the right way to backup and restore a MariaDB database that has sequence generation enabled (i.e. NOT autoincrement)? (This includes migrating to a new server.)
Is it possible to instruct th...
Mike Smith
Votes: 0
Answers: 1
jhipster import-jdl error in jhipster monolith app when jdl has user entity relationship
I am trying to generate my monolith application using jhipster, but I haven't been successful. After troubleshooting I realized the issue is caused whenever I have a relationship to the user entity. T...
Erycoking
Votes: 0
Answers: 1