Advertisement
Guest User

ernesto

a guest
Feb 19th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.67 KB | None | 0 0
  1. database:
  2.   driverClass: com.mysql.jdbc.Driver
  3.   user: root
  4.   password: jerry93will
  5.   url: jdbc:mysql://localhost:3306/rai?createDatabaseIfNotExist=true&autoReconnect=true
  6.   properties:
  7.     charSet: UTF-8
  8.     hibernate.dialect: org.hibernate.dialect.MySQLDialect
  9.     hibernate.hbm2ddl.auto: update
  10.     hibernate.show_sql: false
  11.     hibernate.format_sql: false
  12.     hibernate.search.default.directory_provider: filesystem
  13.     hibernate.search.default.indexBase: indexes
  14.     hibernate.search.lucene_version: LUCENE_CURRENT
  15.   maxWaitForConnection: 1s
  16.   validationQuery: "/* MyApplication Health Check */ SELECT 1"
  17.   minSize: 8
  18.   maxSize: 32
  19.   checkConnectionWhileIdle: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement