📄 fireflow_4_mysql.hibernate.cfg.xml.svn-base
字号:
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE hibernate-configuration PUBLIC
"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
<!-- Generated by MyEclipse Hibernate Tools. -->
<hibernate-configuration>
<session-factory>
<property name="connection.username">fireflow</property>
<property name="connection.url">
jdbc:mysql://localhost/fireflow
</property>
<property name="dialect">
org.hibernate.dialect.MySQLDialect
</property>
<property name="hbm2ddl.auto">update</property>
<property name="connection.password">fireflow</property>
<property name="connection.driver_class">
com.mysql.jdbc.Driver
</property>
<mapping
resource="org/fireflow/engine/persistence/hibernate/JoinPoint.hbm.xml" />
<mapping
resource="org/fireflow/engine/persistence/hibernate/ProcessInstance.hbm.xml" />
<mapping
resource="org/fireflow/engine/persistence/hibernate/ProcessInstanceVariable.hbm.xml" />
<mapping
resource="org/fireflow/engine/persistence/hibernate/TaskInstance.hbm.xml" />
<mapping
resource="org/fireflow/engine/persistence/hibernate/Token.hbm.xml" />
<mapping
resource="org/fireflow/engine/persistence/hibernate/WorkItem.hbm.xml" />
<mapping
resource="org/fireflow/engine/persistence/hibernate/WorkflowDefinition.hbm.xml" />
</session-factory>
</hibernate-configuration>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -