-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
38 lines (38 loc) · 1.21 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
{
"generator-jhipster": {
"applicationType": "monolith",
"authenticationType": "jwt",
"baseName": "challengue",
"buildTool": "maven",
"cacheProvider": "ehcache",
"clientFramework": "no",
"clientTestFrameworks": null,
"clientTheme": null,
"creationTimestamp": 1733939679639,
"databaseType": "sql",
"devDatabaseType": "h2Memory",
"enableHibernateCache": true,
"enableSwaggerCodegen": true,
"enableTranslation": false,
"entities": [],
"feignClient": null,
"jhipsterVersion": "8.7.3",
"jwtSecretKey": "NTFiN2JkNmE5MGY5MWQ5ODU2OWQzOGY5M2Y3MGVjNDE1YjdlMTFiMjhkMzRhNTBmYjRlNzI4ODZjY2VmZjY0MTU1ODVkNzljNzRkYjVkZGM4MzUyNDk3ZWZlMTM1MzY5MWRkZTc1ZjhhMTg5YzQ5NTYxNjAxMmY5MDI5ZDI0NDI=",
"messageBroker": false,
"microfrontend": null,
"microfrontends": [],
"nativeLanguage": "en",
"packageName": "com.bankaya.demo",
"prodDatabaseType": "mysql",
"reactive": false,
"searchEngine": false,
"serverPort": null,
"serverSideOptions": ["enableSwaggerCodegen:true"],
"serviceDiscoveryType": false,
"skipClient": true,
"syncUserWithIdp": null,
"testFrameworks": ["cucumber"],
"websocket": false,
"withAdminUi": null
}
}