-
Notifications
You must be signed in to change notification settings - Fork 15
Explyt AI Actions
Ilya Muromtsev edited this page Jun 16, 2026
·
11 revisions
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.
- Liquibase/Flyway → JPA Entity — right-click a Liquibase/Flyway/SQL file → Explyt Spring AI Actions → convert the migration/schema into JPA entities.
- Entity ↔ DTO (and back) — right-click an entity/DTO → Explyt AI Actions → convert between them. Supports multiple files, field exclusions, and validation annotations.
-
Spring Controller ↔ OpenAPI (and back) — convert a
@RestControllerto an OpenAPI spec, or generate controllers from OpenAPI for integrations. - Generate Kafka & Security Spring configurations — produce boilerplate Kafka and Spring Security configuration as a starting point.
-
Curl & Postman collection → RFC 7230 — convert curl commands / Postman collections into
.http/.restfiles runnable by the HTTP client. -
Properties ↔ YAML (and back) — convert Spring configuration between
.propertiesand YAML.
spring-ai-action.mp4
Home · Features · Installation · Usage · Marketplace · Issues · Telegram (EN)
Explyt Spring Plugin — free for commercial and non-commercial use under the Apache License 2.0.
Getting started
Features
- All features
- Native Context Mode
- Spring Debugger
- HTTP Client
- Spring Web & OpenAPI REST client
.http/.restfiles (RFC 7230)- Code Generations
- MCP Tools
- Explyt AI Actions
Gallery
Links