-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.yo-rc.json
More file actions
61 lines (61 loc) · 1.4 KB
/
Copy path.yo-rc.json
File metadata and controls
61 lines (61 loc) · 1.4 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"generator-jhipster": {
"databaseType": "no",
"devDatabaseType": "no",
"enableHibernateCache": false,
"enableSwaggerCodegen": false,
"enableTranslation": true,
"jhiPrefix": "hs",
"languages": ["en", "pt-pt"],
"messageBroker": false,
"nativeLanguage": "en",
"packageName": "pt.up.hs.gateway",
"packageFolder": "pt/up/hs/gateway",
"prodDatabaseType": "no",
"searchEngine": false,
"serviceDiscoveryType": "eureka",
"skipClient": true,
"skipServer": false,
"testFrameworks": [],
"websocket": false,
"baseName": "gateway",
"applicationType": "gateway",
"authenticationType": "uaa",
"uaaBaseName": "uaa",
"cacheProvider": "no",
"buildTool": "gradle",
"clientPackageManager": "yarn",
"useSass": true,
"serverPort": "8080",
"jhipsterVersion": "6.7.1",
"creationTimestamp": 1582488840725,
"skipUserManagement": false,
"clientTheme": "none",
"clientThemeVariant": "",
"embeddableLaunchScript": false,
"entitySuffix": "",
"dtoSuffix": "DTO",
"blueprints": [],
"otherModules": []
},
"entities": [
"Project",
"ProjectPermission",
"Task",
"Label",
"Participant",
"Layout",
"Device",
"AnnotationType",
"Sample",
"Note",
"Protocol",
"Dot",
"Text",
"Annotation",
"PBAnalysis",
"PBBurst",
"PBMetadata",
"Notification"
]
}