Skip to content

Instantly share code, notes, and snippets.

@akihiro4chawon
Created February 28, 2012 10:31
Show Gist options
  • Save akihiro4chawon/1931786 to your computer and use it in GitHub Desktop.
Save akihiro4chawon/1931786 to your computer and use it in GitHub Desktop.
// 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