-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
40 lines (40 loc) · 1.21 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": {
"promptValues": {
"packageName": "com.felixpy.codetrial.wishtodo",
"nativeLanguage": "en"
},
"jhipsterVersion": "5.7.0",
"applicationType": "microservice",
"baseName": "wishtodo",
"packageName": "com.felixpy.codetrial.wishtodo",
"packageFolder": "com/felixpy/codetrial/wishtodo",
"serverPort": "8081",
"authenticationType": "jwt",
"cacheProvider": "hazelcast",
"enableHibernateCache": true,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "mysql",
"prodDatabaseType": "mysql",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": "eureka",
"buildTool": "maven",
"enableSwaggerCodegen": false,
"jwtSecretKey": "ZDgzMDI4OTFlMDIzNzY3MzJiMWE4NmE0NjI2NWI3MDY2NzMyZWEyZTIwYzY3MGE4NWI4MTNjMGZhYjNlNTkxYWFjYTEwMzhmNmNkYTQ0ZTkxMWNlNzQ1OWFmMzk3NDE4YjhlNDcyMDVkZDk3ZTIwMmMwZjcwMzM1ZmE0NjM5Mjk=",
"testFrameworks": [],
"jhiPrefix": "jhi",
"otherModules": [],
"enableTranslation": true,
"clientPackageManager": "npm",
"nativeLanguage": "en",
"languages": [
"en",
"zh-cn",
"zh-tw"
],
"skipClient": true,
"skipUserManagement": true
}
}