Merge branch '2.0.x' into 2.1.x

This commit is contained in:
Phillip Webb
2019-06-28 23:30:29 -07:00
343 changed files with 338 additions and 140 deletions

View File

@@ -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> {
}