Skip to content

Instantly share code, notes, and snippets.

@6LYTH3
Created December 5, 2011 07:17
Show Gist options
  • Save 6LYTH3/1432672 to your computer and use it in GitHub Desktop.
Save 6LYTH3/1432672 to your computer and use it in GitHub Desktop.
Top
project --topLevelPackage com.roo.configuration
persistence setup --provider HIBERNATE --database HYPERSONIC_IN_MEMORY
entity --class configurations --testAutomatically
field string --fieldName signInTimeSetting --notNull
field string --fieldName signOutTimeSetting --notNull
field number --fieldName leaves --type java.lang.Byte
field number --fieldName miss --type java.lang.Byte
field string --fieldName noted --sizeMax 226
web mvc setup
web mvc all --package ~.web
perform tests
perform eclipse
quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment