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: