From 867290448683d2a609ca2b7e7e466a910698e6fc Mon Sep 17 00:00:00 2001 From: tor003 Date: Wed, 28 Apr 2021 20:17:47 +0200 Subject: [PATCH] readme suggestion --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 95edfc7..8d8e220 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,13 @@ 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. + +```yaml +spring: + jpa: + hibernate.physical_naming_strategy: NAME_OF_PREFERRED_STRATEGY +``` ### PostgreSQL configuration