-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
.yo-rc.json
37 lines (37 loc) · 929 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
{
"generator-jhipster": {
"additionalSubGenerators": "jooq",
"baseName": "jooq",
"caret": true,
"cli": true,
"entities": [],
"generators": {
"jooq": {
"command": false,
"priorities": ["preparing", "configuringEachEntity", "preparingEachEntity", "writing", "writingEntities", "postWriting", "end"],
"sbs": null,
"written": true
},
"server": {
"command": false,
"priorities": ["initializing", "composing"],
"sbs": true,
"written": true
}
},
"githubWorkflows": true,
"jhipsterVersion": "8.7.3",
"js": false,
"localBlueprint": false,
"packageJsonType": "module",
"projectName": "JHipster project",
"sampleWritten": true,
"server": {
"command": false,
"priorities": ["composing"],
"sbs": true
},
"skipCommitHook": true,
"subGenerators": ["server"]
}
}