Questions Tagged With ivyhttps://answers.axonivy.com/tags/ivy/?type=rss&user=tuannvquestions tagged <span class="tag">ivy</span>enWed, 27 Nov 2019 23:05:21 -0500how to work with database in Axon Ivy 7.4.0 use Hibernate for modelinghttps://answers.axonivy.com/questions/4217/how-to-work-with-database-in-axon-ivy-7-4-0-use-hibernate-for-modeling<p>Hi Ivy team,</p> <p>I've used axon ivy 7.3.1 with standard persistency library for CRUD app, every thing is ok so does the Axon ivy 7.4.0 still work with persistence lib or use other way to connect with database ?</p> <p>if not then how to work with 7.4.0 with hibernate model if it still can work with that lib , can you give a step to do that</p> <p>I tried configured in pom.xml file: </p> <pre><code>&lt;dependencies&gt; &lt;dependency&gt; &lt;groupId&gt;com.axonivy&lt;/groupId&gt; &lt;artifactId&gt;persistence&lt;/artifactId&gt; &lt;version&gt;0.0.1&lt;/version&gt; &lt;/dependency&gt; &lt;/dependencies&gt; </code></pre> <hr> <p>use maven build I get a error:</p> <p><strong><em>Could not resolve dependencies for project my.app:my-app:iar:1.0.0-SNAPSHOT: Failure to find com.axonivy:persistence:jar:0.0.1 in <a href="https://repo.maven.apache.org/maven2">https://repo.maven.apache.org/maven2</a> was cached in the local repository</em></strong></p> <p>so How I do fix it ?</p> <p>Thank you guys</p>tuannvWed, 27 Nov 2019 23:05:21 -0500https://answers.axonivy.com/questions/4217/how-to-work-with-database-in-axon-ivy-7-4-0-use-hibernate-for-modelingivy