Tweaking build.
This commit is contained in:
@@ -14,10 +14,10 @@ allprojects {
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven { url "http://repo.springframework.org/milestone" }
|
||||
maven { url "http://repo.springframework.org/release" }
|
||||
mavenCentral()
|
||||
mavenLocal()
|
||||
maven { url "http://repo.springsource.org/libs-milestone" }
|
||||
maven { url "http://repo.springsource.org/libs-release" }
|
||||
//mavenCentral()
|
||||
//mavenLocal()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -13,6 +13,6 @@ import org.springframework.data.rest.repository.annotation.RestPathSegment;
|
||||
public interface PersonRepository extends CrudRepository<Person, Long> {
|
||||
|
||||
@RestPathSegment("byName")
|
||||
public List<Person> findByName(@Param("nme") String name);
|
||||
public List<Person> findByName(@Param("name") String name);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user