Getting Started: Download
A customer account is required to download the Atoti Server application.
The released artifacts can be found on ActiveViam's JFrog Artifactory, with a different folder for each stable version.
The recommended way to access them is to add ActiveViam's Artifactory repository as a private maven repository.
To do so, add the following tag to your settings.xml
file.
<repository>
<id>ActiveViamInternalRepository</id>
<name>ActiveViam Internal Repository</name>
<url>https://activeviam.jfrog.io/activeviam/mvn/</url>
<layout>default</layout>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
As downloading artifacts requires an Artifactory customer account, you will also need to provide your Artifactory credentials via a <servers>
tag.
We recommend doing so through server password encryption,
to avoid having plain-text passwords in your settings.xml
.
If you are new to Atoti, you will also probably want to use either the Atoti Spring Boot Template which contain the sources of example Atoti applications.