📄 dreambike_database.properties
字号:
#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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -