INT-1219 migrated Loanshark sample to 'samples' package hierarchy

This commit is contained in:
Oleg Zhurakousky
2010-07-13 02:50:18 +00:00
parent 959299ece4
commit d7d30e6c57
17 changed files with 29 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
project --topLevelPackage com.springframework.integration.loanbroker.loanshark3
project --topLevelPackage com.springframework.samples.integration.loanbroker.loanshark3
persistence setup --provider HIBERNATE --database HYPERSONIC_IN_MEMORY
entity --class ~.domain.LoanShark
field string --fieldName name
@@ -7,6 +7,6 @@ field number --type java.lang.Double --fieldName averageRate
finder add --finderName findLoanSharksByName
controller scaffold --class ~.web.SharkController
logging setup --level DEBUG
dependency add --artifactId org.springframework.integration.ip --groupId org.springframework.integration --version 2.0.0.M3
dependency add --artifactId org.springframework.integration.ip --groupId org.springframework.integration --version 2.0.0.M5
//change spring version in pom.xml to 3.0.0.RELEASE-A before perform eclipse
//perform eclipse