hibernate.properties
来自「网上商店 新增功能: 1」· PROPERTIES 代码 · 共 22 行
PROPERTIES
22 行
#FOR MYSQL
#hibernate.dialect=org.hibernate.dialect.MySQLDialect
#hibernate.connection.driver_class=com.mysql.jdbc.Driver
#hibernate.connection.url=jdbc:mysql://localhost:3306/sampledb
#hibernate.connection.username=root
#hibernate.connection.password=1234
#hibernate.show_sql=true
#FOR MS SQLSERVER
hibernate.dialect org.hibernate.dialect.SQLServerDialect
hibernate.connection.username sa
hibernate.connection.password sa
hibernate.connection.driver_class net.sourceforge.jtds.jdbc.Driver
hibernate.connection.url jdbc:jtds:sqlserver://localhost:1433;DatabaseName=netstore;charset=CP936
hibernate.show_sql=true
#connect pool
#hibernate.c3p0.min_size = 5
#hibernate.c3p0.max_size = 20
#hibernate.c3p0.timeout = 300
#hibernate.c3p0.max_statements = 50
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?