-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
50 lines (50 loc) · 1.53 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
42
43
44
45
46
47
48
49
50
{
"generator-jhipster": {
"applicationType": "gateway",
"authenticationType": "jwt",
"baseName": "apigwbasic",
"blueprints": [],
"buildTool": "maven",
"cacheProvider": "no",
"clientFramework": "vue",
"clientPackageManager": "npm",
"clientTheme": "none",
"clientThemeVariant": "",
"creationTimestamp": 1646744900606,
"databaseType": "no",
"devDatabaseType": "no",
"devServerPort": 9060,
"dtoSuffix": "DTO",
"enableGradleEnterprise": false,
"enableHibernateCache": false,
"enableSwaggerCodegen": false,
"enableTranslation": true,
"entitySuffix": "",
"gitCompany": "",
"jhiPrefix": "jhi",
"jhipsterVersion": "7.7.0",
"jwtSecretKey": "MDkzMjIzNTlmYWNkNGNmZDFhMTMzOGRjMzk0ZWZkNGY3NTZhZGIzODljOGQ3NjE0YjNiMzlkMmY3MzZlZGI1ZmYyMWRkNTBlMDY2ZmQ0YjQ0NGFiODllMGVlOGUxZTRlYjdhODZkNTQyNWU2MTkyZmI3ZjY5NzMwMDY2YTJmZTM=",
"languages": ["zh-cn", "en"],
"messageBroker": false,
"nativeLanguage": "zh-cn",
"otherModules": [],
"packageFolder": "com/dg/gsm/tm/apigwbasic",
"packageName": "com.dg.gsm.tm.apigwbasic",
"pages": [],
"prodDatabaseType": "no",
"reactive": true,
"searchEngine": false,
"serverPort": 8080,
"serviceDiscoveryType": "eureka",
"skipCheckLengthOfIdentifier": false,
"skipFakeData": false,
"skipUserManagement": true,
"testFrameworks": [],
"useSass": true,
"websocket": false,
"withAdminUi": true
},
"git-provider": "GitHub",
"git-company": "flon-chou",
"repository-name": "apigw-basic"
}