Start building against Spring Data Moore-SR1 snapshots

See gh-18744
This commit is contained in:
Stephane Nicoll
2019-10-29 10:36:35 +01:00
parent ccd8f93c83
commit 2ceffcee14
3 changed files with 5 additions and 1 deletions

View File

@@ -17,12 +17,14 @@
package org.springframework.boot.test.autoconfigure.data.jdbc;
import org.springframework.data.annotation.Id;
import org.springframework.data.relational.core.mapping.Table;
/**
* Example entity used with {@link DataJdbcTest @DataJdbcTest} tests.
*
* @author Andy Wilkinson
*/
@Table("EXAMPLE_ENTITY")
public class ExampleEntity {
@Id