Merge pull request #231 from JavaImpala/mysql

readme suggestion
This commit is contained in:
James Agnew
2021-04-28 14:44:42 -04:00
committed by GitHub

View File

@@ -189,6 +189,13 @@ 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.
```yaml
spring:
jpa:
hibernate.physical_naming_strategy: NAME_OF_PREFERRED_STRATEGY
```
### PostgreSQL configuration ### PostgreSQL configuration