-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
38 lines (38 loc) · 980 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
38
{
"generator-jhipster": {
"applicationType": "microservice",
"gitCompany": "",
"baseName": "msnlp",
"packageName": "com.huawei.it",
"packageFolder": "com/huawei/it",
"serverPort": 8081,
"serviceDiscoveryType": "consul",
"authenticationType": "oauth2",
"uaaBaseName": "../uaa",
"cacheProvider": "ehcache",
"enableHibernateCache": true,
"websocket": "spring-websocket",
"databaseType": "sql",
"devDatabaseType": "mysql",
"prodDatabaseType": "mysql",
"searchEngine": false,
"enableSwaggerCodegen": "true",
"messageBroker": false,
"buildTool": "gradle",
"useSass": false,
"clientPackageManager": "yarn",
"testFrameworks": [
"cucumber"
],
"enableTranslation": false,
"nativeLanguage": "en",
"languages": [
"en"
],
"clientFramework": "angularX",
"jhiPrefix": "jhi"
},
"git-provider": "GitHub",
"git-company": "bearlly",
"repository-name": "msnlp"
}