-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
41 lines (41 loc) · 1.29 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
{
"generator-jhipster": {
"applicationType": "monolith",
"authenticationType": "jwt",
"baseName": "hibernate6",
"blueprints": [],
"buildTool": "maven",
"cacheProvider": "hazelcast",
"clientFramework": "angular",
"clientPackageManager": "npm",
"creationTimestamp": 1695027505340,
"databaseType": "sql",
"devDatabaseType": "mysql",
"devServerPort": 4200,
"enableHibernateCache": true,
"enableSwaggerCodegen": false,
"enableTranslation": true,
"entities": [],
"gitCompany": "",
"jhiPrefix": "jhi",
"jhipsterVersion": "8.0.0-beta.3",
"jwtSecretKey": "NWY4ZTcyNmRkYzFlMjczMmNiYmMyYzdlODcxODM4Mzg4ZGY0NWEzMjUxYmJiMTlmMzhmYjc0ZmYzZTI5NWRmNDc2MGMyY2E0YjhmMzQ2ZjJhOWE3ZDBkOGVmZjg2ZTgxYTBlNDg2NmNlNTZhMDM3ZDBiODZlMGExYjk0NGFjMjY=",
"languages": ["en", "zh-cn"],
"messageBroker": false,
"nativeLanguage": "en",
"packageFolder": "com/sample",
"packageName": "com.sample",
"prodDatabaseType": "mysql",
"searchEngine": false,
"serverPort": 8080,
"serviceDiscoveryType": false,
"skipClient": false,
"testFrameworks": ["gatling", "cypress"],
"useSass": true,
"websocket": false,
"withAdminUi": true
},
"git-company": "wenbin9",
"git-provider": "GitHub",
"repository-name": "hibernate6"
}