2013-11-09 18:31:05 +01:00
|
|
|
{
|
|
|
|
"generator-jhipster": {
|
2016-05-23 17:52:33 +02:00
|
|
|
"baseName": "jhipsterSampleApplication",
|
|
|
|
"packageName": "io.github.jhipster.sample",
|
|
|
|
"packageFolder": "io/github/jhipster/sample",
|
2015-01-30 00:21:53 +01:00
|
|
|
"authenticationType": "session",
|
2014-04-10 22:45:57 +02:00
|
|
|
"hibernateCache": "ehcache",
|
2016-09-16 17:34:30 +02:00
|
|
|
"clusteredHttpSession": false,
|
|
|
|
"websocket": false,
|
2015-01-30 00:21:53 +01:00
|
|
|
"databaseType": "sql",
|
2014-04-10 22:45:57 +02:00
|
|
|
"devDatabaseType": "h2Memory",
|
|
|
|
"prodDatabaseType": "mysql",
|
|
|
|
"useCompass": false,
|
2015-01-30 00:21:53 +01:00
|
|
|
"buildTool": "maven",
|
2015-04-24 14:39:01 +02:00
|
|
|
"rememberMeKey": "5c37379956bd1242f5636c8cb322c2966ad81277",
|
2016-09-16 17:34:30 +02:00
|
|
|
"searchEngine": false,
|
2015-08-25 13:41:06 +02:00
|
|
|
"enableTranslation": true,
|
2016-03-23 16:27:37 +01:00
|
|
|
"applicationType": "monolith",
|
2015-10-19 16:47:35 +02:00
|
|
|
"testFrameworks": [
|
2016-03-23 16:27:37 +01:00
|
|
|
"gatling",
|
|
|
|
"protractor"
|
2015-10-21 17:56:55 +02:00
|
|
|
],
|
2016-03-23 16:27:37 +01:00
|
|
|
"languages": [
|
|
|
|
"en"
|
|
|
|
],
|
|
|
|
"serverPort": 8080,
|
2017-04-13 16:28:27 +02:00
|
|
|
"jhipsterVersion": "4.3.0",
|
2016-03-23 16:27:37 +01:00
|
|
|
"enableSocialSignIn": false,
|
2016-04-20 16:20:32 +02:00
|
|
|
"useSass": false,
|
2016-09-22 23:28:17 +02:00
|
|
|
"jhiPrefix": "jhi",
|
2016-10-06 16:10:41 +02:00
|
|
|
"messageBroker": false,
|
2017-02-02 11:58:17 +01:00
|
|
|
"serviceDiscoveryType": false,
|
|
|
|
"clientPackageManager": "yarn",
|
|
|
|
"clientFramework": "angular1"
|
2013-11-09 18:31:05 +01:00
|
|
|
}
|
|
|
|
}
|