?? hibernate.properties
字號:
## template file for 3rd party webapp persistence#hibernate.show_sql=falsehibernate.connection.poolsize=40## HSQLhibernate.dialect=org.hibernate.dialect.HSQLDialecthibernate.connection.username=sahibernate.connection.password=hibernate.connection.url=jdbc:hsqldb:@3RDPARTY_WEBAPP@/WEB-INF/database/gridspherehibernate.connection.driver_class=org.hsqldb.jdbcDriver## MySQL#hibernate.dialect org.hibernate.dialect.MySQLDialect#hibernate.connection.driver_class org.gjt.mm.mysql.Driver#hibernate.connection.url jdbc:mysql:@3RDPARTY_WEBAPP@/WEB-INF/database/gridsphere#hibernate.connection.username=root#hibernate.connection.password## Mckoi SQL#hibernate.dialect org.hibernate.dialect.MckoiDialect#hibernate.connection.driver_class com.mckoi.JDBCDriver#hibernate.connection.url jdbc:mckoi:@3RDPARTY_WEBAPP@/WEB-INF/database/gridsphere#hibernate.connection.username=admin_user#hibernate.connection.password=aupass00## PostgreSQL#download jdbc driver from http://jdbc.postgresql.org/#hibernate.dialect org.hibernate.dialect.PostgreSQLDialect#hibernate.connection.driver_class org.postgresql.Driver#hibernate.connection.url jdbc:postgresql://localhost/example#hibernate.connection.username postgres#hibernate.connection.password postgres
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -