diff --git a/.jhipster/Project.json b/.jhipster/Project.json new file mode 100644 index 0000000..b9247c2 --- /dev/null +++ b/.jhipster/Project.json @@ -0,0 +1,37 @@ +{ + "relationships": [ + { + "relationshipId": 1, + "relationshipName": "user", + "otherEntityName": "user", + "relationshipType": "many-to-one", + "otherEntityField": "login" + }, + { + "relationshipId": 2, + "relationshipName": "timeEntry", + "otherEntityName": "timeEntry", + "relationshipType": "one-to-many", + "otherEntityRelationshipName": "project" + } + ], + "fields": [ + { + "fieldId": 1, + "fieldName": "name", + "fieldType": "String", + "fieldValidateRules": [ + "required" + ] + }, + { + "fieldId": 2, + "fieldName": "description", + "fieldType": "String" + } + ], + "changelogDate": "20151228011949", + "dto": "no", + "service": "serviceImpl", + "pagination": "pagination" +} \ No newline at end of file