Browse Source

Polishing.

Remove name from Table annotation, since it would force the table name to be lower case.

See #2146
issue/2138-query-with-pageable
Jens Schauder 2 months ago
parent
commit
b368ba9cf0
No known key found for this signature in database
GPG Key ID: 2BE5D185CD2A1CE6
  1. 2
      README.adoc

2
README.adoc

@ -30,7 +30,7 @@ Here is a quick teaser of an application using Spring Data JDBC Repositories in @@ -30,7 +30,7 @@ Here is a quick teaser of an application using Spring Data JDBC Repositories in
[source,java]
----
@Table("person")
@Table
public class Person {
@Id

Loading…
Cancel
Save