forked from mraible/jhipster8-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
52 lines (52 loc) · 1.6 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
{
"generator-jhipster": {
"applicationType": "monolith",
"authenticationType": "jwt",
"baseName": "blog",
"blueprints": [
{
"name": "generator-jhipster-migrate",
"version": "1.0.0"
}
],
"buildTool": "maven",
"cacheProvider": "ehcache",
"clientFramework": "angular",
"clientTestFrameworks": ["cypress"],
"clientTheme": "none",
"creationTimestamp": 1702525034689,
"cypressAudit": true,
"cypressCoverage": true,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"devServerPort": 4200,
"enableGradleEnterprise": null,
"enableHibernateCache": true,
"enableSwaggerCodegen": false,
"enableTranslation": true,
"entities": ["Blog", "Post", "Tag"],
"feignClient": false,
"gradleEnterpriseHost": null,
"herokuAppName": "jhipster8-demo",
"herokuDeployType": "git",
"herokuJavaVersion": "21",
"jhipsterVersion": "8.3.0",
"jwtSecretKey": "YjFjNDdlM2FhMzBlYmMwZTJjNjAxNjg2OWZhOTY1M2Y1YTdlYzk3ZjFiYTBkMmUwODEyMGJiMjYxMGU5Zjg4MDM5ZDhiODkxNjc2NDc0NDMwMzU4NGIxMDBlMGM1MWEyNjAwM2ZjYTRjNmE2ZjM1OTZkN2I5NTU3Yzk0MjU2MTk=",
"languages": ["en", "es"],
"lastLiquibaseTimestamp": 1710952227000,
"messageBroker": false,
"microfrontend": null,
"microfrontends": [],
"nativeLanguage": "en",
"packageName": "org.jhipster.blog",
"prodDatabaseType": "postgresql",
"reactive": false,
"searchEngine": false,
"serverPort": null,
"serverSideOptions": [],
"serviceDiscoveryType": false,
"testFrameworks": ["cypress"],
"websocket": false,
"withAdminUi": true
}
}