-
Notifications
You must be signed in to change notification settings - Fork 1
/
.yo-rc.json
51 lines (51 loc) · 1.62 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
{
"generator-jhipster": {
"applicationIndex": 0,
"applicationType": "monolith",
"authenticationType": "jwt",
"baseName": "store",
"blueprints": [],
"buildTool": "gradle",
"cacheProvider": "infinispan",
"clientFramework": "react",
"clientPackageManager": "npm",
"clientTheme": "none",
"clientThemeVariant": "",
"creationTimestamp": 1677840135488,
"databaseType": "sql",
"devDatabaseType": "mysql",
"devServerPort": 9060,
"dtoSuffix": "DTO",
"enableGradleEnterprise": false,
"enableHibernateCache": true,
"enableSwaggerCodegen": false,
"enableTranslation": true,
"entities": ["Category", "Product", "Customer", "Address", "WishList"],
"entitySuffix": "",
"gradleEnterpriseHost": "",
"jhiPrefix": "tm",
"jhipsterVersion": "7.9.3",
"jwtSecretKey": "ZTVlMzI5NDExMzQyY2Y1YTg2ZjZhNjgyMmI5YTExYTViNzBlOTIzMGMzMzBlZmM1NTBmODBlNmEwZGY3NmMyOTc0NmMzZDc0ODI2NDkyYzUxMWY2MGZkNTQ4OTBiZjA1ZTQ4ZTBiYTY0OWIwYzc2MjYwNjMzZjkwMDg5NDdmYTM=",
"languages": ["en"],
"lastLiquibaseTimestamp": 1677840435000,
"messageBroker": false,
"nativeLanguage": "en",
"otherModules": [],
"packageFolder": "com/sample/shop",
"packageName": "com.sample.shop",
"pages": [],
"pkType": "UUID",
"prodDatabaseType": "mysql",
"reactive": false,
"searchEngine": "elasticsearch",
"serverPort": "8080",
"serviceDiscoveryType": false,
"skipCheckLengthOfIdentifier": false,
"skipClient": false,
"skipFakeData": false,
"skipUserManagement": false,
"testFrameworks": [],
"websocket": false,
"withAdminUi": true
}
}