Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
  2. spring.h2.console.enabled=true
  3. spring.jpa.show-sql=true
  4. spring.jpa.generate-ddl=true
  5. spring.jpa.hibernate.ddl-auto=create
  6.  
  7. @SpringBootApplication
  8. @EnableJpaRepositories("com.acme.mypackage")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement