From b368ba9cf054802ed8e944a0f1e6dc044320a2e8 Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Mon, 20 Oct 2025 14:13:48 +0200 Subject: [PATCH] Polishing. Remove name from Table annotation, since it would force the table name to be lower case. See #2146 --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index d03df6650..12a4b2f9d 100644 --- a/README.adoc +++ b/README.adoc @@ -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