Skip to main content

List of Spring Boot Starters

Introduction

Some Spring Boot Starters have been written to ease the use of Atoti Server. This page will list every available starter, allowing you to quickly determine which one are needed for a particular project.

List of starters

Atoti Server Starter

<dependency>
<groupId>com.activeviam.springboot</groupId>
<artifactId>atoti-server-starter</artifactId>
<version>6.1.1</version>
</dependency>

The Atoti Server Starter sets up the usual Atoti Server services, their REST controllers, and provides a default Spring Boot Security configuration.

Atoti UI Starter

<dependency>
<groupId>com.activeviam.springboot</groupId>
<artifactId>atoti-ui-starter</artifactId>
<version>6.1.1</version>
</dependency>

The Atoti Ui Starter makes sure you can use the Atoti UI in your project.

Atoti Admin UI Starter

<dependency>
<groupId>com.activeviam.springboot</groupId>
<artifactId>atoti-admin-ui-starter</artifactId>
<version>6.1.1</version>
</dependency>

The Atoti Admin Ui Starter makes sure you can use the Atoti Admin UI in your project.

Excel Addin Starter

<dependency>
<groupId>com.activeviam.springboot</groupId>
<artifactId>excel-addin-starter</artifactId>
<version>6.1.1</version>
</dependency>

This starter ensures you can use the Excel Addin with your project.

APM Starter

<dependency>
<groupId>com.activeviam.springboot</groupId>
<artifactId>atoti-server-apm-starter</artifactId>
<version>6.1.1</version>
</dependency>

This starter automatically sets up our Application Performance Monitoring apparatus.

Atoti Runtime Starter

<dependency>
<groupId>com.activeviam.springboot</groupId>
<artifactId>atoti-runtime-starter</artifactId>
<version>6.1.1</version>
</dependency>

The Atoti Runtime Starter automatically sets up an Atoti Server application to work with Atoti Python API.