Skip to content

Explyt AI Actions

Ilya Muromtsev edited this page Jun 16, 2026 · 11 revisions

Explyt AI Actions

AI-augmented Spring actions available when the Explyt AI plugin is also installed. These run inside the IDE and help automate routine Spring tasks. They work with OpenAI-compatible providers or local models and require IntelliJ Platform 2025.1+.

Looking for the Spring-aware tools that expose project context to external AI agents (via the JetBrains MCP Server)? See MCP Tools.

Actions

  1. Liquibase/Flyway → JPA Entity — right-click a Liquibase/Flyway/SQL file → Explyt Spring AI Actions → convert the migration/schema into JPA entities.
  2. Entity ↔ DTO (and back) — right-click an entity/DTO → Explyt AI Actions → convert between them. Supports multiple files, field exclusions, and validation annotations.
  3. Spring Controller ↔ OpenAPI (and back) — convert a @RestController to an OpenAPI spec, or generate controllers from OpenAPI for integrations.
  4. Generate Kafka & Security Spring configurations — produce boilerplate Kafka and Spring Security configuration as a starting point.
  5. Curl & Postman collection → RFC 7230 — convert curl commands / Postman collections into .http/.rest files runnable by the HTTP client.
  6. Properties ↔ YAML (and back) — convert Spring configuration between .properties and YAML.

Demo

spring-ai-action.mp4

Learn more

See also: MCP Tools · Features

Clone this wiki locally