<?xml version='1.0' encoding='utf-8'?><hibernate-configuration><session-factory><!-- jdbc connection properties --><property name="hibernate.dialect">org.hibernate.dialect.MySQLInnoDBDialect</property><property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property><property name="hibernate.connection.url">jdbc:mysql://localhost:3306/jbpm</property><property name="hibernate.connection.username">root</property><property name="hibernate.connection.password">root</property></session-factory></hibernate-configuration>
hibernate.cfg.xml 配置文件
最新推荐文章于 2022-12-29 15:13:57 发布