-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
43 lines (43 loc) · 1.34 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
{
"generator-jhipster": {
"promptValues": {
"packageName": "com.mycompany.myapp",
"nativeLanguage": "zh-cn"
},
"jhipsterVersion": "6.10.5",
"applicationType": "monolith",
"baseName": "demo",
"packageName": "com.mycompany.myapp",
"packageFolder": "com/mycompany/myapp",
"serverPort": "8080",
"authenticationType": "jwt",
"cacheProvider": "no",
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"prodDatabaseType": "mysql",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "maven",
"enableSwaggerCodegen": false,
"jwtSecretKey": "MGMzZGExY2NkODY4NDY1NWY5YjM0ODM4MzVhY2VkZGQ0NWUxYzY5N2FmZGJhMGU4ZGM2NTQzZWJiNzI1ZDI1MWIxMmNhYzk3ODAwNjY3ZDY1YzEyNjE1N2E2YWJjNGJkZmM2Y2Y2YmJiYTMyY2JiMzk4OTQ4MjAzNTMzMjc0NzI=",
"embeddableLaunchScript": false,
"useSass": true,
"clientPackageManager": "npm",
"clientFramework": "angularX",
"clientTheme": "none",
"clientThemeVariant": "",
"creationTimestamp": 1615193983670,
"testFrameworks": [],
"jhiPrefix": "jhi",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"enableTranslation": true,
"nativeLanguage": "zh-cn",
"languages": ["zh-cn", "en"],
"blueprints": [],
"lastLiquibaseTimestamp": 1615520426000
}
}