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.

]]>