From 90def787221e0137b6abcc35513c5df14e57e285 Mon Sep 17 00:00:00 2001 From: JavaImpala Date: Sun, 2 May 2021 23:22:29 +0200 Subject: [PATCH] fixed property naming in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d8e220..fecb5e8 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ spring: password: admin driverClassName: com.mysql.jdbc.Driver ``` -On some systems, it might be necessary to override hibernate's default naming strategy. The naming strategy must be set using spring.jpa.hibernate.naming.physical-strategy. +On some systems, it might be necessary to override hibernate's default naming strategy. The naming strategy must be set using spring.jpa.hibernate.physical_naming_strategy. ```yaml spring: