-
Notifications
You must be signed in to change notification settings - Fork 2
/
.yo-rc.json
42 lines (42 loc) · 1.34 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
{
"generator-jhipster": {
"applicationType": "monolith",
"authenticationType": "jwt",
"baseName": "spark",
"buildTool": "maven",
"cacheProvider": "ehcache",
"clientFramework": "react",
"clientTestFrameworks": [],
"clientTheme": "none",
"creationTimestamp": 1724873410979,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"devServerPort": 9060,
"enableHibernateCache": true,
"enableSwaggerCodegen": false,
"enableTranslation": true,
"entities": ["UserProfile", "Spark", "Hashtag", "Mentions", "Likes"],
"feignClient": null,
"jhipsterVersion": "8.6.0",
"jwtSecretKey": "ZmYyMjllN2NiNzdkZWNkYTMxNmE4NzQ3Y2I5N2E3ZmMwZTMyM2JlODZhZWFkODM3ZDVkMTgxZmRjOWI0NTU0Y2ZmODhiYjI5NTUzMDhkZWI1ODlmMGIzNzQyOWM2YTJjNjQyNjRkYmU3Yzk5ZDEzMDkxNTVlYzhkNmRmOTAwNWU=",
"languages": ["en"],
"lastLiquibaseTimestamp": 1724874386000,
"messageBroker": false,
"microfrontend": null,
"microfrontends": [],
"monorepository": true,
"nativeLanguage": "en",
"packageName": "com.spark.app",
"prodDatabaseType": "mysql",
"reactive": false,
"searchEngine": false,
"serverPort": null,
"serverSideOptions": [],
"serviceDiscoveryType": false,
"skipCommitHook": true,
"syncUserWithIdp": null,
"testFrameworks": [],
"websocket": false,
"withAdminUi": true
}
}