-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
41 lines (41 loc) · 1.1 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": "gateway",
"gitCompany": "",
"baseName": "AxisDesignSolutionWebApp",
"packageName": "com.axisdesignsolution.gateway",
"packageFolder": "com/axisdesignsolution/gateway",
"serverPort": 8080,
"serviceDiscoveryType": "eureka",
"authenticationType": "oauth2",
"uaaBaseName": "../uaa",
"cacheProvider": "hazelcast",
"enableHibernateCache": true,
"websocket": "spring-websocket",
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"prodDatabaseType": "mariadb",
"searchEngine": "elasticsearch",
"enableSwaggerCodegen": "true",
"messageBroker": "kafka",
"buildTool": "maven",
"useSass": true,
"clientPackageManager": "npm",
"testFrameworks": [
"cucumber"
],
"enableTranslation": true,
"nativeLanguage": "en",
"languages": [
"ta",
"en"
],
"clientFramework": "angularX",
"jhiPrefix": "jhi",
"jhipsterVersion": "5.7.0",
"otherModules": []
},
"git-provider": "GitHub",
"git-company": "leorajesh",
"repository-name": "AxisDesignSolutionWebApp"
}