gen-jhipster
Version:
VHipster - Spring Boot + Angular/React/Vue in one handy generator
16 lines (15 loc) • 700 B
TypeScript
export default function mavenPluginContent({ backendTypeSpringBoot, hibernateNamingPhysicalStrategy, hibernateNamingImplicitStrategy, packageName, srcMainResources, authenticationTypeOauth2, devDatabaseTypeH2Any, driver, url, username, password, hibernateDialect, defaultSchemaName, }: {
backendTypeSpringBoot: boolean;
hibernateNamingPhysicalStrategy?: string;
hibernateNamingImplicitStrategy?: string;
packageName: string;
srcMainResources: string;
authenticationTypeOauth2: boolean;
devDatabaseTypeH2Any: boolean;
driver: string;
url: string;
username: string;
password: string;
hibernateDialect: string;
defaultSchemaName?: string;
}): string;