create.db.hibernate.properties

来自「一个部署好的网上销售jbpm实例,对学习和入门很有帮助」· PROPERTIES 代码 · 共 11 行

PROPERTIES
11
字号
# these properties are used by the build script to create 
# a hypersonic database in the build/db directory that contains 
# the jbpm tables and a process deployed in there

hibernate.dialect=org.hibernate.dialect.HSQLDialect
hibernate.connection.driver_class=org.hsqldb.jdbcDriver
hibernate.connection.url=jdbc:hsqldb:hsql://localhost:1701
hibernate.connection.username=sa
hibernate.connection.password=
hibernate.show_sql=true

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?