Advertisement
Guest User

Untitled

a guest
Jun 15th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. ## Hibernate Dialect
  2.  
  3. ## automatically detect the biserver's hibernate dialect
  4. ## pat.plugin.datasource.hibernate.dialect = auto
  5.  
  6. ## Specify a hibernate dialect
  7. pat.plugin.datasource.hibernate.dialect = org.hibernate.dialect.MySQL5Dialect
  8.  
  9. ##pat.plugin.datasource.hibernate.dialect = auto
  10.  
  11.  
  12.  
  13. ## Type of the PAT hibernate datasource: jndi / jdbc
  14. pat.plugin.datasource.type = jdbc
  15.  
  16. ## Name of the JNDI datasource in the biserver context.xml
  17. ##jndi.name = Hibernate
  18.  
  19. ## JDBC Connection Parameters for PAT hibernate datasource
  20. jdbc.driver = com.mysql.jdbc.Driver
  21. jdbc.url = jdbc.url=jdbc:mysql://localhost:3306/pat
  22. jdbc.username = root
  23. jdbc.password = adminadmin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement