Guest User

Untitled

a guest
Jan 1st, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. application.properties
  2.  
  3. server.port= 5000
  4. spring.datasource.url = jdbc:mysql://{Elastic Beanstack Configuration Database Endpoint}:3306/{databasename}?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&useSSL=false
  5. spring.datasource.username=xxxxxxx
  6. spring.datasource.password=xxxxxxx
  7.  
  8. ## Hibernate Properties
  9. # The SQL dialect makes Hibernate generate better SQL for the chosen database
  10. spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect
  11. spring.jpa.hibernate.ddl-auto = update
  12.  
  13. ## Hibernate Logging
  14. logging.level.org.hibernate.SQL= DEBUG
Add Comment
Please, Sign In to add comment