-
Notifications
You must be signed in to change notification settings - Fork 3
/
.yo-rc.json
64 lines (64 loc) · 1.85 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
61
62
63
64
{
"generator-jhipster": {
"applicationIndex": 0,
"applicationType": "monolith",
"authenticationType": "jwt",
"baseName": "EADesignIt",
"blueprints": [],
"buildTool": "maven",
"cacheProvider": "ehcache",
"clientFramework": "vue",
"clientTestFrameworks": [],
"clientTheme": "none",
"creationTimestamp": 1635576559955,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"devServerPort": 9060,
"enableGradleEnterprise": null,
"enableHibernateCache": false,
"enableSwaggerCodegen": false,
"enableTranslation": false,
"entities": [
"LandscapeView",
"Owner",
"FunctionalFlow",
"FlowInterface",
"Application",
"DataFlow",
"ApplicationComponent",
"Protocol",
"DataFlowItem",
"DataFormat",
"ApplicationCategory",
"Technology",
"Capability",
"FunctionalFlowStep",
"FlowGroup",
"ExternalReference",
"ExternalSystem",
"CapabilityApplicationMapping",
"BusinessObject",
"DataObject",
"OrganizationalEntity"
],
"gradleEnterpriseHost": null,
"jhipsterVersion": "8.0.0-rc.1",
"jwtSecretKey": "ZGNhMjhiMjkyMzk0YzhmYzgwODlmNGFjY2ZhNGI5ODJkNDg1OWUyMmU4MGVhMzJiMjQyZTlmNGNkYjdlNjgxYzY0Njg2NDUzODg3NjJiNGUwZDZmOTVlYjk4ODYwZGM4MjJhNjY5MDhlMTI0YWMyMzE5ZTZiNzhhZGIzNzJkYmQ=",
"lastLiquibaseTimestamp": 1703592402000,
"messageBroker": false,
"microfrontend": null,
"microfrontends": [],
"nativeLanguage": "en",
"packageFolder": "com/mauvaisetroupe/eadesignit",
"packageName": "com.mauvaisetroupe.eadesignit",
"prodDatabaseType": "postgresql",
"reactive": false,
"searchEngine": false,
"serverPort": null,
"serverSideOptions": [],
"serviceDiscoveryType": false,
"testFrameworks": ["cypress"],
"websocket": false,
"withAdminUi": true
}
}