Persistence with MicroStream
To start you need to add the following to your pom.xml
- repository
<repository>
<id>microstream-releases</id>
<url>https://repo.microstream.one/repository/maven-public/</url>
</repository>
- dependency for the local - embedded storage
<dependency>
<groupId>one.microstream</groupId>
<artifactId>storage.embedded</artifactId>
<version>02.00.00-MS-GA</version>
</dependency>