forked from n.nasr/skills
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
621 B
30 lines
621 B
{
|
|
"name": "Skills",
|
|
"fields": [
|
|
{
|
|
"fieldName": "idFormation",
|
|
"fieldType": "Long"
|
|
},
|
|
{
|
|
"fieldName": "idPersonnel",
|
|
"fieldType": "Long"
|
|
},
|
|
{
|
|
"fieldName": "competence",
|
|
"fieldType": "String"
|
|
}
|
|
],
|
|
"relationships": [],
|
|
"changelogDate": "20210618132416",
|
|
"entityTableName": "skills",
|
|
"dto": "mapstruct",
|
|
"pagination": "pagination",
|
|
"service": "serviceClass",
|
|
"jpaMetamodelFiltering": false,
|
|
"fluentMethods": true,
|
|
"readOnly": false,
|
|
"embedded": false,
|
|
"clientRootFolder": "skills",
|
|
"applications": "*",
|
|
"microserviceName": "Skills"
|
|
}
|