Start building against Spring Data Lovelace-SR12 snapshots
See gh-18743
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user