Skip to content

Commit c9d778e

Browse files
committed
Polishing.
Remove name from Table annotation, since it would force the table name to be lower case. See #2146
1 parent 2fbd57b commit c9d778e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Here is a quick teaser of an application using Spring Data JDBC Repositories in
3030

3131
[source,java]
3232
----
33-
@Table("person")
33+
@Table
3434
public class Person {
3535
3636
@Id

0 commit comments

Comments
 (0)