-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
37 lines (37 loc) · 941 Bytes
/
.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
{
"generator-jhipster": {
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableSwaggerCodegen": false,
"enableTranslation": true,
"jhiPrefix": "jhi",
"languages": [
"en",
"fr"
],
"messageBroker": false,
"nativeLanguage": "en",
"packageName": "com.mycompany.myapp",
"packageFolder": "com/mycompany/myapp",
"prodDatabaseType": "mysql",
"searchEngine": false,
"serviceDiscoveryType": "eureka",
"skipClient": true,
"testFrameworks": [],
"websocket": false,
"baseName": "uaa",
"applicationType": "uaa",
"serverPort": "9999",
"jhipsterVersion": "6.1.0",
"buildTool": "maven",
"skipUserManagement": false,
"clientPackageManager": "npm",
"authenticationType": "uaa",
"cacheProvider": "hazelcast",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": []
},
"entities": []
}