Merged core and repository modules into core. Renamed some packages for consistency in naming and in preparation to break up some package cycles. Removed @BaseUri and the according resolver. Refactored controllers a bit to have more reusable chunks of code.
6 lines
173 B
Groovy
6 lines
173 B
Groovy
rootProject.name = "spring-data-rest"
|
|
|
|
include "spring-data-rest-core",
|
|
"spring-data-rest-webmvc",
|
|
"spring-data-rest-example",
|
|
"spring-data-rest-tck" |