-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
.yo-rc.json
32 lines (32 loc) · 860 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
{
"generator-jhipster": {
"additionalSubGenerators": "",
"baseName": "native",
"cli": true,
"entities": [],
"generators": {
"ci-cd": {
"command": false,
"priorities": ["initializing", "configuring", "composing", "loading", "preparing", "default", "writing"],
"sbs": true,
"written": true
},
"spring-boot": {
"command": false,
"priorities": ["writing", "postWriting", "end"],
"sbs": true,
"written": true
}
},
"githubWorkflows": true,
"jhipsterVersion": "8.8.0",
"js": true,
"localBlueprint": false,
"packageJsonType": "module",
"prettierDefaultIndent": 2,
"projectName": "JHipster SpringBoot Native Blueprint",
"sampleWritten": true,
"skipCommitHook": true,
"subGenerators": ["ci-cd", "spring-boot"]
}
}