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

3 years ago
  1. {
  2. "name": "Skills",
  3. "fields": [
  4. {
  5. "fieldName": "idFormation",
  6. "fieldType": "Long"
  7. },
  8. {
  9. "fieldName": "idPersonnel",
  10. "fieldType": "Long"
  11. },
  12. {
  13. "fieldName": "competence",
  14. "fieldType": "String"
  15. }
  16. ],
  17. "relationships": [],
  18. "changelogDate": "20210618132416",
  19. "entityTableName": "skills",
  20. "dto": "mapstruct",
  21. "pagination": "pagination",
  22. "service": "serviceClass",
  23. "jpaMetamodelFiltering": false,
  24. "fluentMethods": true,
  25. "readOnly": false,
  26. "embedded": false,
  27. "clientRootFolder": "skills",
  28. "applications": "*",
  29. "microserviceName": "Skills"
  30. }