-
Notifications
You must be signed in to change notification settings - Fork 7
/
.yo-rc.json
58 lines (58 loc) · 1.44 KB
/
.yo-rc.json
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
{
"generator-jhipster": {
"applicationType": "monolith",
"authenticationType": "jwt",
"baseName": "gradeScopeIstic",
"blueprints": [],
"buildTool": "maven",
"cacheProvider": "ehcache",
"clientFramework": "angularX",
"clientPackageManager": "npm",
"clientTheme": "none",
"clientThemeVariant": "",
"creationTimestamp": 1646844819275,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"devServerPort": 4200,
"dtoSuffix": "DTO",
"enableGradleEnterprise": false,
"enableHibernateCache": true,
"enableTranslation": true,
"entities": [
"Course",
"CourseGroup",
"Student",
"Exam",
"Template",
"Question",
"ExamSheet",
"Scan",
"FinalResult",
"StudentResponse",
"Comments",
"Zone",
"QuestionType"
],
"entitySuffix": "",
"jhiPrefix": "jhi",
"jhipsterVersion": "7.7.0",
"languages": ["fr", "en"],
"lastLiquibaseTimestamp": 1647007322000,
"nativeLanguage": "fr",
"otherModules": [],
"packageName": "com.mycompany.myapp",
"pages": [],
"prodDatabaseType": "postgresql",
"reactive": false,
"searchEngine": false,
"serverPort": "8080",
"serviceDiscoveryType": false,
"skipCheckLengthOfIdentifier": false,
"skipFakeData": false,
"skipServer": true,
"skipUserManagement": false,
"testFrameworks": [],
"websocket": false,
"withAdminUi": true
}
}