Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. # ===============================
  2. # PERSISTENCE
  3. # ===============================
  4.  
  5. # General Configuration
  6. spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
  7.  
  8. # Database connection properties
  9. spring.datasource.url=jdbc:mysql://google/quanlixemtintuc?cloudSqlInstance=plhnews:asia-southeast1:plhnews&socketFactory=com.google.cloud.sql.mysql.SocketFactory&user=root&password=123456
  10. spring.datasource.username:root
  11. spring.datasource.password:123456
  12.  
  13. spring.datasource.driver-class-name = com.mysql.jdbc.Driver
  14. # Statement logging and statistics
  15. spring.jpa.show-sql=true
  16. #spring.jpa.properties.hibernate.format_sql=true
  17.  
  18. # Automatic schema generation
  19. spring.jpa.hibernate.ddl-auto=none
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement