Merge branch '2.0.x' into 2.1.x
This commit is contained in:
@@ -22,7 +22,11 @@ import org.springframework.data.repository.CrudRepository;
|
||||
* Example repository used with {@link DataJdbcTest} tests.
|
||||
*
|
||||
* @author Andy Wilkinson
|
||||
* @author Dave Syer
|
||||
* @since 1.2.1
|
||||
* @deprecated since 2.0.6 since security prerequisites are not supported in Spring Boot 2
|
||||
*/
|
||||
@Deprecated
|
||||
public interface ExampleRepository extends CrudRepository<ExampleEntity, Long> {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user