December 2022

Available JHipster database types for JDL

You want to generate an application via JHipster, but you require to understand what database types are possible Sample jdl with database type definition You can find all current supported database types in github in the typescript file database-types.ts For what are the 3 configurations used? the both devDatabaseType and prodDatabaseType are more or less […]

Available JHipster database types for JDL Read More »

Available JHipster authentication types for JDL

You want to generate an application via JHipster, but you require to understand what authentication types are possible? Read on to understand the options. Example JDL with authentication type You can find all current supported authentication types in github in the typescript file authentication-types.ts As of end of 2022 we are having: Possible authentication type

Available JHipster authentication types for JDL Read More »