Blame view

juvenile-prosecution-boot/.jpb/persistence-units.xml 332 Bytes
b7c29a22   wxy   初始提交
1
2
3
4
5
6
7
8
9
10
11
12
  <?xml version="1.0" encoding="UTF-8"?>
  <project version="4">
    <component name="PersistenceUnitSettings">
      <persistence-units>
        <persistence-unit name="Default">
          <packages>
            <package value="org.jeecg.config" />
          </packages>
        </persistence-unit>
      </persistence-units>
    </component>
  </project>