-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlog.roo
More file actions
12 lines (12 loc) · 716 Bytes
/
log.roo
File metadata and controls
12 lines (12 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
// Spring Roo 1.2.1.RELEASE [rev 6eae723] log opened at 2012-10-09 20:40:55
project --topLevelPackage com.ex --projectName Neo4JSpatialRepositoryIssue
jpa setup --provider HIBERNATE --database HYPERSONIC_IN_MEMORY
entity jpa --class ~.domain.Restaurant --activeRecord false
repository jpa --interface ~.repository.RestaurantRepository --entity ~.domain.Restaurant
service --interface ~.service.RestaurantService --entity ~.domain.Restaurant
web mvc setup
web mvc all --package ~.web
exit
// Spring Roo 1.2.1.RELEASE [rev 6eae723] log closed at 2012-10-09 20:49:02
// Spring Roo 1.2.1.RELEASE [rev 6eae723] log opened at 2012-10-09 20:57:22
// Spring Roo 1.2.1.RELEASE [rev 6eae723] log closed at 2012-10-11 22:40:06