Hipster stack for Java developers. Spring Boot + Angular in one handy generator.
Hello please help me. I just created a Jhipster app. Before I had created one app and database and deleted it. When I ran the new fresh app I was successfully able to add data in the entities section. It already had some dummy data. The weird thing is I didn't connect it to any database. I went into pgadmin and searched in the rows, I could not find anything.
How do I find out what database by app is using?
Hello please help me. I just created a Jhipster app. Before I had created one app and database and deleted it. When I ran the new fresh app I was successfully able to add data in the entities section. It already had some dummy data. The weird thing is I didn't connect it to any database. I went into pgadmin and searched in the rows, I could not find anything.
How do I find out what database by app is using?
You can look in your .yo-rc.json which dev and which prod database type you have chosen. Also there should be some information in your application-dev.yml
FWIW - Just found Neo4j beta here https://www.jhipster.tech/using-neo4j/ -> but TIL that Spring Data Neo4j/RX was replaced by SDN 6... um, maybe as recently as May 2021.
I'm curious who's working on JHipster & Neo4j integration? Thx! :)