From 351e299d7e2dc318f3700e0a480ffb0fe979b7b5 Mon Sep 17 00:00:00 2001 From: skidus Date: Fri, 3 Apr 2026 21:33:40 +0700 Subject: [PATCH] docs: update plugin description with detailed features and compatibility --- src/main/resources/META-INF/plugin.xml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index aaa219e..25e9a3b 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -6,8 +6,22 @@ Sakda Sakprapakorn Automate Backend Boilerplate with Database Action Models Generator +

This plugin streamlines development in Java-based web applications (such as vrms-system and teddy-taxi-web) by automating the generation of ActionBean, DTO, and Dataset XML files directly from your database schema.

+ +

Key Features:

+ + +

Compatibility:

+

The plugin is database-agnostic and works with any database supported by IntelliJ IDEA (PostgreSQL, MySQL, SQL Server, Oracle, SQLite, etc.) via the IntelliJ Database Tools API.

+ +

Usage:

+

Right-click on a database table in the Database tool window and select "Generate Action Models" to get started.

]]>