-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
48 lines (48 loc) · 1.49 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
{
"generator-jhipster": {
"blueprints": [],
"applicationType": "monolith",
"baseName": "org",
"jhipsterVersion": "7.0.1",
"skipClient": false,
"skipServer": false,
"skipUserManagement": false,
"skipCheckLengthOfIdentifier": false,
"skipFakeData": false,
"jhiPrefix": "jhi",
"entitySuffix": "",
"dtoSuffix": "DTO",
"testFrameworks": ["cypress"],
"pages": [],
"creationTimestamp": 1618129363995,
"serviceDiscoveryType": "eureka",
"reactive": false,
"authenticationType": "jwt",
"packageName": "y",
"serverPort": "8080",
"cacheProvider": "redis",
"enableHibernateCache": false,
"databaseType": "sql",
"devDatabaseType": "mysql",
"prodDatabaseType": "mysql",
"buildTool": "maven",
"serverSideOptions": [],
"websocket": false,
"searchEngine": false,
"messageBroker": false,
"enableSwaggerCodegen": false,
"clientFramework": "react",
"withAdminUi": true,
"clientTheme": "none",
"enableTranslation": true,
"nativeLanguage": "ko",
"packageFolder": "y",
"jwtSecretKey": "ZTU5OTZjZTBjYjI2OWRhZWY2ZjlhNmY3ZjRhZDI5ZjJmNGE2MmNjMTcxNTFiYmJjZDBmYmRjOGVkZWVjMWIwYjQ2MjVjZTA1MTgyMDA5NDUyZjA5M2MwMmQ1N2Q1ZDdkMWVmNzYyMDc4YTlhYjU3ZjJlYjI1NzdhOWMxMTk5NTk=",
"clientPackageManager": "npm",
"clientThemeVariant": "",
"languages": ["ko", "en"],
"otherModules": [],
"entities": ["Album", "Photo", "Tag", "PhotoProcessed"],
"lastLiquibaseTimestamp": 1619596846000
}
}