INT-1219 migrated Loanshark sample to 'samples' package hierarchy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user