Start building against Spring Data Lovelace-SR12 snapshots

See gh-18743
This commit is contained in:
Stephane Nicoll
2019-10-29 10:31:00 +01:00
parent 217c07a701
commit a315d4229d
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} tests.
*
* @author Andy Wilkinson
*/
@Table("EXAMPLE_ENTITY")
public class ExampleEntity {
@Id