dreambike_database.properties from PowerStone at Krugle
Show dreambike_database.properties syntax highlighted
#Oracle
#hibernate.connection.driver_class=oracle.jdbc.driver.OracleDriver
#hibernate.connection.username=sa
#hibernate.connection.password=password
#hibernate.connection.url=jdbc:oracle:thin:@127.0.0.1:1521:DAQUAN
#hibernate.dialect=org.hibernate.dialect.Oracle9Dialect
#hibernate.jdbc.lobhandler=oracleLobHandler
#MS SQLServer jTDS
#hibernate.connection.driver_class net.sourceforge.jtds.jdbc.Driver
#hibernate.connection.url jdbc:jtds:sqlserver://127.0.0.1/workflow;SelectMethod=cursor
#hibernate.connection.username=sa
#hibernate.connection.password=password
#hibernate.dialect=org.hibernate.dialect.SQLServerDialect
#hibernate.jdbc.lobhandler=defaultLobHandler
#mysql
hibernate.connection.driver_class=com.mysql.jdbc.Driver
hibernate.connection.url=jdbc:mysql://127.0.0.1:3306/workflow?characterEncoding=GB2312&useUnicode=true
hibernate.connection.username=root
hibernate.connection.password=password
hibernate.dialect=org.hibernate.dialect.MySQLDialect
hibernate.jdbc.lobhandler=defaultLobHandler
See more files for this project here