Skip to content

User Guide

Complete reference for SpringFlow features and how to use them.

Contents

Core Features

Data Management

Advanced Features

  • Security


    Spring Security integration and access control

  • Soft Delete


    Logical deletion with restore support

  • Auditing


    Automatic audit trail (createdAt, updatedAt, etc.)

  • Kotlin Support


    Using SpringFlow with Kotlin and data classes

Where to start?

If you are new to SpringFlow, we recommend reading in this order:

  1. Annotations — understand @AutoApi and field-level annotations
  2. Configuration — customize the behavior
  3. DTO Mapping — understand automatic mapping
  4. Pagination — handle large collections

Then explore the advanced features based on your needs.

Quick Reference

I want to...


Need help? Check the advanced topics or the API reference.