forked from jhipster/generator-jhipster-entity-audit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
60 lines (60 loc) · 1.64 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
51
52
53
54
55
56
57
58
59
60
{
"generator-jhipster": {
"additionalSubGenerators": "angular-audit,java-audit,spring-boot-custom-audit,spring-boot-javers",
"baseName": "entity-audit",
"cli": true,
"entities": [],
"generators": {
"angular-audit": {
"command": false,
"priorities": ["writing", "postWriting"],
"sbs": null,
"written": true
},
"client": {
"command": false,
"priorities": ["composing"],
"sbs": true,
"written": true
},
"java-audit": {
"command": false,
"priorities": ["composing", "loading", "preparing", "configuringEachEntity", "writingEntities"],
"sbs": null,
"written": true
},
"languages": {
"command": false,
"priorities": ["writing"],
"sbs": true,
"written": true
},
"server": {
"command": false,
"priorities": ["initializing", "prompting", "composing"],
"sbs": true,
"written": true
},
"spring-boot-custom-audit": {
"command": false,
"priorities": ["configuring", "loading", "writing", "postWriting"],
"sbs": null,
"written": true
},
"spring-boot-javers": {
"command": false,
"priorities": ["preparing", "default", "writing", "postWriting", "postWritingEntities"],
"sbs": null,
"written": true
}
},
"jhipsterVersion": "7.9.2",
"js": true,
"localBlueprint": false,
"prettierDefaultIndent": 2,
"projectName": "Entity Audit Application",
"sampleWritten": true,
"skipCommitHook": true,
"subGenerators": ["client", "server"]
}
}