Created
February 28, 2012 10:31
-
-
Save akihiro4chawon/1931786 to your computer and use it in GitHub Desktop.
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
// Spring Roo 1.2.1.RELEASE [rev 6eae723] log opened at 2012-02-28 19:26:39 | |
project --topLevelPackage com.github.akihiro4chawon.singleroo --projectName spring-roo-exam-single --java 6 | |
hint | |
jpa setup --provider HIBERNATE --database HYPERSONIC_IN_MEMORY | |
entity jpa --class ~.domain.Person --sequenceName PERSON_SEQ | |
field string --notNull --fieldName firstName --sizeMin 3 --sizeMax 30 | |
field string --notNull --fieldName lastName --sizeMin 3 --sizeMax 30 | |
test integration --entity ~.domain.Person | |
web mvc setup | |
web mvc all --package ~.web | |
web mvc finder all | |
selenium test --controller ~.web.PersonController | |
quit | |
// Spring Roo 1.2.1.RELEASE [rev 6eae723] log closed at 2012-02-28 19:30:47 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment