36 lines
934 B
JSON
36 lines
934 B
JSON
|
{
|
||
|
"generator-jhipster": {
|
||
|
"jhipsterVersion": "4.0.8",
|
||
|
"baseName": "baeldung",
|
||
|
"packageName": "com.baeldung",
|
||
|
"packageFolder": "com/baeldung",
|
||
|
"serverPort": "8080",
|
||
|
"authenticationType": "jwt",
|
||
|
"hibernateCache": "ehcache",
|
||
|
"clusteredHttpSession": false,
|
||
|
"websocket": false,
|
||
|
"databaseType": "sql",
|
||
|
"devDatabaseType": "h2Disk",
|
||
|
"prodDatabaseType": "mysql",
|
||
|
"searchEngine": false,
|
||
|
"messageBroker": false,
|
||
|
"serviceDiscoveryType": false,
|
||
|
"buildTool": "maven",
|
||
|
"enableSocialSignIn": false,
|
||
|
"jwtSecretKey": "e1d4b69d3f953e3fa622121e882e6f459ca20ca4",
|
||
|
"clientFramework": "angular2",
|
||
|
"useSass": true,
|
||
|
"clientPackageManager": "npm",
|
||
|
"applicationType": "monolith",
|
||
|
"testFrameworks": [
|
||
|
"gatling",
|
||
|
"protractor"
|
||
|
],
|
||
|
"jhiPrefix": "jhi",
|
||
|
"enableTranslation": true,
|
||
|
"nativeLanguage": "en",
|
||
|
"languages": [
|
||
|
"en"
|
||
|
]
|
||
|
}
|
||
|
}
|