Felipe Reis 2c23aa6ce9 BAEL-521 (#1799)
* refactor: Moved JHipster Monolithic to a subfolder

* feat: Add JHipster Microservice modules

closes BAEL-521
2017-05-07 19:00:32 +02:00

26 lines
548 B
JSON

{
"fluentMethods": true,
"relationships": [],
"fields": [
{
"fieldName": "make",
"fieldType": "String"
},
{
"fieldName": "brand",
"fieldType": "String"
},
{
"fieldName": "price",
"fieldType": "Double"
}
],
"changelogDate": "20170503041524",
"dto": "no",
"service": "no",
"entityTableName": "car",
"pagination": "infinite-scroll",
"microserviceName": "carapp",
"searchEngine": false
}