-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
39 lines (39 loc) · 1.26 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
{
"generator-jhipster": {
"applicationType": "monolith",
"authenticationType": "jwt",
"baseName": "jhipster",
"buildTool": "maven",
"cacheProvider": "no",
"clientFramework": "angular",
"clientTestFrameworks": [],
"clientTheme": "none",
"creationTimestamp": 1727950387048,
"databaseType": "sql",
"devDatabaseType": "mysql",
"devServerPort": 4200,
"enableHibernateCache": false,
"enableSwaggerCodegen": false,
"enableTranslation": false,
"entities": ["People", "Address", "Warehouse", "Product"],
"feignClient": null,
"jhipsterVersion": "8.7.1",
"jwtSecretKey": "YjM1ZThjYWM5NWNlZmQ4ODc0ZDczNzc3ODFiNTc4MWI3YWJmMmFjM2IxNmYwMWJmODg5Y2M1Y2QzZmZmNmFiOTAxNzY3MWYzZGM4NzM3NjkxZTBlMWVjMDc4M2M0MmNkMmE4OTkzMjFhOTM2YWE0YTEwYzUwOGZhMzUzNGMwZDE=",
"lastLiquibaseTimestamp": 1729346469000,
"messageBroker": false,
"microfrontend": null,
"microfrontends": [],
"nativeLanguage": "en",
"packageName": "com.jhipster.demo",
"prodDatabaseType": "mysql",
"reactive": false,
"searchEngine": false,
"serverPort": null,
"serverSideOptions": [],
"serviceDiscoveryType": false,
"syncUserWithIdp": null,
"testFrameworks": [],
"websocket": false,
"withAdminUi": true
}
}