Merge pull request #233 from JavaImpala/mysql

fixed property naming in readme
This commit is contained in:
James Agnew
2021-05-02 17:31:45 -04:00
committed by GitHub

View File

@@ -189,7 +189,7 @@ spring:
password: admin password: admin
driverClassName: com.mysql.jdbc.Driver 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 ```yaml
spring: spring: