-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
74 lines (74 loc) · 1.86 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"generator-jhipster": {
"applicationType": "monolith",
"authenticationType": "jwt",
"baseName": "sains",
"blueprints": [],
"buildTool": "maven",
"cacheProvider": "ehcache",
"clientFramework": "vue",
"clientPackageManager": "npm",
"clientTheme": "none",
"clientThemeVariant": "",
"creationTimestamp": 1704772592383,
"cypressAudit": true,
"cypressCoverage": null,
"databaseType": "sql",
"devDatabaseType": "mysql",
"devServerPort": 9060,
"dtoSuffix": "DTO",
"enableGradleEnterprise": false,
"enableHibernateCache": true,
"enableSwaggerCodegen": false,
"enableTranslation": true,
"entities": [
"TCountryCode",
"TStateCode",
"TDivisionCode",
"TDistrictCode",
"TCityCode",
"TIndustryCode",
"TSectorCode",
"TBrandCode",
"TAuditTrail",
"TSupplierCategory",
"TSmTax",
"TOrgContactPerson",
"TTitleCode",
"TOrganization",
"TUserRoleCode",
"TSectionCode",
"TUnitCode",
"ApplicationUser",
"TOfficeCode",
"TSubunitCode",
"TUserRole"
],
"entitySuffix": "",
"jhiPrefix": "jhi",
"jhipsterVersion": "7.9.4",
"jwtSecretKey": "OWQyN2FhOGVlM2IxMjE0ZTg0NGE3NzY4MTYxYWJmNjM4ZDBmOTdhOTJlYzJhNjBhMzg5OWM2MTc4MTA4NWY4ZGIxNTRjMTU4Zjg5MDEyODM4NzQyOTQzYjE4M2YwMjI2MzRlMTY0NDNlMGMwOWEyZWVmMGZhZGU0NTIxM2Y1YTM=",
"languages": ["en"],
"lastLiquibaseTimestamp": 1706598492000,
"messageBroker": false,
"microfrontend": false,
"microfrontends": [],
"nativeLanguage": "en",
"otherModules": [],
"packageName": "com.jhipster.app",
"pages": [],
"prodDatabaseType": "mysql",
"reactive": false,
"searchEngine": false,
"serverPort": "8080",
"serverSideOptions": [],
"serviceDiscoveryType": "no",
"skipCheckLengthOfIdentifier": false,
"skipClient": false,
"skipFakeData": false,
"skipUserManagement": false,
"testFrameworks": ["cypress"],
"websocket": false,
"withAdminUi": true
}
}