Replies: 2 comments
-
|
Hi @sthraki and welcome! The spring app using mongo and keycloak are of course possible: just use the relative options in jdl (authenticationType: oauth2, databaseType: mongodb). For the keycloak database, JHipster uses the default provided by the KC community: I don't know which one it is TBH, I think it's H2.
Contribution to JH making these production-grade third party services for 'prod' profile could be a nice addition. |
Beta Was this translation helpful? Give feedback.
-
|
Yes, this setup is possible. You can run a JHipster Spring Monolith using MongoDB for the application data, while Keycloak uses MySQL as its own internal database. Important clarificationJHipster only manages the database for your generated application. So in your case:
These are two separate systems. JDL ConfigurationYour JDL only needs to define MongoDB for the JHipster application. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi ,
I was wondering if it's possible to have a Jhipster Spring Monolith with Keycloak , where Spring app uses MongoDB and Keycloak uses Mysql . Is it possible to configure JDL like that and generate app ?
Beta Was this translation helpful? Give feedback.
All reactions