-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.yo-rc.json
40 lines (40 loc) · 1.3 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
{
"generator-jhipster": {
"applicationType": "monolith",
"authenticationType": "jwt",
"baseName": "familyActivities",
"buildTool": "maven",
"cacheProvider": "ehcache",
"clientFramework": "angular",
"clientTestFrameworks": [],
"clientTheme": "none",
"creationTimestamp": 1703622529291,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"devServerPort": 4200,
"enableGradleEnterprise": null,
"enableHibernateCache": true,
"enableSwaggerCodegen": false,
"enableTranslation": false,
"entities": ["Relationship", "Activity"],
"feignClient": false,
"gradleEnterpriseHost": null,
"jhipsterVersion": "8.1.0",
"jwtSecretKey": "NzU5NzU0NWRlZGM0NzllNmE3MzNjNzFjZjBjNDA3YWU0MmRlY2QwYWRiZDY1MDgyOTM1MDUxMGZjMmRlMjlkZDkyMDJhYzI3YTBmNjlmY2ExZDQ5NWZiNTI3M2Y3ZjUzOTEwNjg0OGVlNmJjOGQ3MjEzNjZjMDMxYTZkZDc5MTk=",
"lastLiquibaseTimestamp": 1703622649000,
"messageBroker": false,
"microfrontend": null,
"microfrontends": [],
"nativeLanguage": "en",
"packageName": "com.mycompany.myapp",
"prodDatabaseType": "mysql",
"reactive": false,
"searchEngine": false,
"serverPort": null,
"serverSideOptions": [],
"serviceDiscoveryType": false,
"testFrameworks": [],
"websocket": false,
"withAdminUi": true
}
}