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.0-rc2</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
This starter makes sure you can use the Atoti UI in your project.
Atoti Admin UI Starter
This starter makes sure you can use the Atoti Admin UI in your project.
Excel Addin Starter
This starter ensures you can use the Excel Addin with your project.
APM Starter
This starter automatically sets up our Application Performance Monitoring apparatus.