mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-16 19:01:11 +00:00
Use snake case physical naming strategy
Use snake case physical naming strategy to reduce the need to specify column names. Signed-off-by: Philippe Marschall <philippe.marschall@gmail.com>
This commit is contained in:
parent
3e1ce239f4
commit
fd4361b118
5 changed files with 8 additions and 7 deletions
|
|
@ -9,6 +9,7 @@ spring.thymeleaf.mode=HTML
|
|||
# JPA
|
||||
spring.jpa.hibernate.ddl-auto=none
|
||||
spring.jpa.open-in-view=false
|
||||
spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategySnakeCaseImpl
|
||||
|
||||
# Internationalization
|
||||
spring.messages.basename=messages/messages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue