Created
November 22, 2012 02:12
-
-
Save jevonearth/4129049 to your computer and use it in GitHub Desktop.
roo log
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
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