# A hand-built EntityManagerFactory that sets no Hibernate properties of its own

hibernate.physical_naming_strategy = org.hibernate.boot.model.naming.PhysicalNamingStrategySnakeCaseImpl
hibernate.implicit_naming_strategy = org.springframework.boot.hibernate.SpringImplicitNamingStrategy
hibernate.hbm2ddl.auto             = null
saved a Customer whose field is createdAt into a column created_at: id=1
