-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
43 lines (43 loc) · 1.43 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": {
"authenticationType": "jwt",
"cacheProvider": "hazelcast",
"serverPort": "9002",
"serviceDiscoveryType": "eureka",
"skipUserManagement": true,
"baseName": "bonReplicaService",
"buildTool": "maven",
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableSwaggerCodegen": false,
"enableTranslation": true,
"jhiPrefix": "jhi",
"languages": ["en", "fr"],
"messageBroker": "kafka",
"nativeLanguage": "en",
"prodDatabaseType": "postgresql",
"searchEngine": false,
"skipClient": true,
"testFrameworks": ["cucumber"],
"websocket": false,
"applicationType": "microservice",
"packageName": "com.bonlimousin.replica",
"packageFolder": "com/bonlimousin/replica",
"entitySuffix": "Entity",
"dtoSuffix": "DTO",
"jhipsterVersion": "6.10.5",
"creationTimestamp": 1593712140033,
"clientPackageManager": "npm",
"jwtSecretKey": "ZjI3OTliOGJjYmVlMDZkYWU0NTQ1YjE3YWI3YTIyZDBlZTM3YzUyZjUwOTkyYzA5OWRhZjFmMTFmYjVlOTBiODk4OGMxOTdiMzYwMzhkMTI1ZTAxMmQ4NDYwZWIxMmM3OTczZmQ2YzRjODU4YjkzYThkYjBhMDVjYzk2YmVlYTI=",
"embeddableLaunchScript": false,
"otherModules": [],
"blueprints": []
},
"entities": ["SourceFile", "Bovine", "Blup", "JournalEntry"],
"generator-jhipster-entity-audit": {
"auditFramework": "javers",
"auditPage": true,
"lastLiquibaseTimestamp": 1596270985000
}
}