Created
December 5, 2011 07:17
-
-
Save 6LYTH3/1432672 to your computer and use it in GitHub Desktop.
Top
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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