Browse Source

Polishing.

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

See #2146
3.5.x
Jens Schauder 2 months ago
parent
commit
207bdb97b1
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