15 lines
1.0 KiB
XML
15 lines
1.0 KiB
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<persistence version="2.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd">
|
||
|
|
<persistence-unit name="spring.data.jpa.activiti">
|
||
|
|
<properties>
|
||
|
|
<!-- <property name = "openjpa.ConnectionDriverName" value = "com.mysql.jdbc.Driver"/>
|
||
|
|
<property name = "openjpa.ConnectionURL" value = "jdbc:mysql://localhost:3306/le?useUnicode=true&characterEncoding=utf8"/>
|
||
|
|
<property name = "openjpa.ConnectionUserName" value = "root"/>
|
||
|
|
<property name = "openjpa.ConnectionPassword" value = "root"/> -->
|
||
|
|
<property name = "openjpa.jdbc.SynchronizeMappings" value = "buildSchema(ForeignKeys=true)"/>
|
||
|
|
<!--显示SQL执行语句-->
|
||
|
|
<property name="openjpa.Log" value="SQL=TRACE"/>
|
||
|
|
<property name="openjpa.RuntimeUnenhancedClasses" value="supported"></property>
|
||
|
|
</properties>
|
||
|
|
</persistence-unit>
|
||
|
|
</persistence>
|