-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy path-
42 lines (42 loc) · 1.15 KB
/
-
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"generator-jhipster": {
"applicationType": "monolith",
"gitCompany": "",
"baseName": "crown",
"packageName": "org.crown",
"packageFolder": "org/crown",
"serverPort": 8080,
"serviceDiscoveryType": false,
"authenticationType": "oauth2",
"uaaBaseName": "../uaa",
"cacheProvider": "no",
"enableHibernateCache": false,
"websocket": false,
"databaseType": "mongodb",
"devDatabaseType": "mongodb",
"prodDatabaseType": "mongodb",
"searchEngine": "elasticsearch",
"enableSwaggerCodegen": false,
"messageBroker": false,
"buildTool": "maven",
"useSass": true,
"clientPackageManager": "npm",
"testFrameworks": ["protractor"],
"enableTranslation": true,
"nativeLanguage": "en",
"languages": ["es", "en"],
"clientFramework": "react",
"jhiPrefix": "jhi",
"jhipsterVersion": "6.8.0",
"embeddableLaunchScript": false,
"clientTheme": "none",
"creationTimestamp": 1585202721816,
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"blueprints": []
},
"git-provider": "GitHub",
"git-company": "micbster",
"repository-name": "crown"
}