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.

11 lines
189 B

3 years ago
  1. entity Skills {
  2. idFormation Long,
  3. idPersonnel Long,
  4. competence String
  5. }
  6. service all with serviceClass
  7. microservice * with Skills
  8. paginate * with pagination
  9. dto * with mapstruct