Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
hirro committed Dec 28, 2015
1 parent 9ec2da0 commit ee03dd4
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .jhipster/Project.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit ee03dd4

Please sign in to comment.