how to work with database in Axon Ivy 7.4.0 use Hibernate for modeling
Hi Ivy team,
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 ?
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
I tried configured in pom.xml file:
<dependencies> <dependency> <groupId>com.axonivy</groupId> <artifactId>persistence</artifactId> <version>0.0.1</version> </dependency> </dependencies>
----------------------------------------
use maven build I get a error:
***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 https://repo.maven.apache.org/maven2 was cached in the local repository***
so How I do fix it ?
Thank you guys