-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.yo-rc.json
40 lines (40 loc) · 1.14 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
{
"generator-jhipster": {
"databaseType": "sql",
"devDatabaseType": "postgresql",
"enableHibernateCache": true,
"enableSwaggerCodegen": false,
"enableTranslation": true,
"jhiPrefix": "jhi",
"languages": [
"en",
"fr"
],
"messageBroker": false,
"nativeLanguage": "en",
"packageName": "pom.infy.projsvc",
"packageFolder": "pom/infy/projsvc",
"prodDatabaseType": "postgresql",
"searchEngine": false,
"serviceDiscoveryType": false,
"skipClient": true,
"testFrameworks": [],
"websocket": false,
"baseName": "projsvc",
"applicationType": "microservice",
"buildTool": "maven",
"serverPort": "8080",
"skipUserManagement": true,
"jhipsterVersion": "5.8.2",
"clientPackageManager": "npm",
"authenticationType": "jwt",
"cacheProvider": "hazelcast",
"jwtSecretKey": "NWViODE2OGQ2MTAyOTkwMmI1N2VhYjQ2ZmNmMTFkNmY2NjQ2NGNkZjI2OTAxZmUzYWFjN2JjNDA2ZjVmNDRjYjA2OWQ5NmU2NzUxOGExYzA5OWVkY2ZmZDQzZDM2ZDc2NzQ1OTMzNDRhNmZmMzQ1N2MwZjM3YTBkN2U2ZjFhYmU=",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": []
},
"entities": [
"Customer"
]
}