Skip to content

Instantly share code, notes, and snippets.

@jevonearth
Created November 22, 2012 02:12
Show Gist options
  • Save jevonearth/4129049 to your computer and use it in GitHub Desktop.
Save jevonearth/4129049 to your computer and use it in GitHub Desktop.
roo log
roo
project --topLevelPackage org.ecad.threed --projectName 3drfq --java 6 --packaging JAR
persistence setup --provider HIBERNATE --database HYPERSONIC_IN_MEMORY
entity jpa --class ~.domain.Rfq --activeRecord false --testAutomatically
field string --class ~.domain.Rfq --fieldName firstName --notNull
field string --class ~.domain.Rfq --fieldName surname --notNull
field string --class ~.domain.Rfq --fieldName email --notNull
repository jpa --interface ~.repository.RfqRepository --entity ~.domain.Rfq
json add --class ~.domain.Rfq
web mvc json setup
web mvc json all --package ~.controller
perform tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment