This section provides guidance on setting up your environment and developing with Atoti What-If.Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
Quick start
The fastest way to get started with Atoti What-If is using the Spring Boot Starter.Prerequisites
- Java 21 or later
- Spring Boot 3.x
- Atoti Server 6.1.x
Add the dependency
Required beans
The starter auto-configures all What-If components but requires two beans from your application:IDatabaseService— provided by your Atoti Server applicationIWhatIfPersistenceProperties— provides Hibernate configuration for persistence
atoti.what-if.* properties. See the configuration reference for details.
Next steps
- Spring Boot Starter setup guide for step-by-step instructions
- Configuration reference for all available properties
- Customize auto-configured beans to override defaults
- Implementation example for detailed configuration options
- Components to understand the library structure