Guest User

Untitled

a guest
Oct 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. entity jpa --class ~.model.Task -- testAutomatically
  2. field string --fieldName title --notNull --sizeMax 40
  3. field string --fieldName description --notNull --sizeMax 140
  4. field boolean --fieldName completed --value false
Add Comment
Please, Sign In to add comment