autoentity

create the entity based the navicat sql script

Cos'è autoentity?

autoentity è un'estensione di Chrome sviluppata da zhangxuegang, e la sua funzione principale è "create the entity based the navicat sql script".

Scarica il file CRX dell'estensione autoentity

Scarica i file di estensione autoentity in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        通过navicat的sql脚本,自动生成实体类,mybatis映射文件,以及基于SpringMVC的三层结构初始代码                    

Informazioni di Base sull'Estensione

Nome autoentity autoentity
ID kpldennllkdpchikjflnfhhklmaoijom
URL Ufficiale https://chromewebstore.google.com/detail/autoentity/kpldennllkdpchikjflnfhhklmaoijom
Descrizione create the entity based the navicat sql script
Dimensione del File 18.49 KB
Conteggio Installazioni 13
Versione Corrente 1.0.0
Ultimo Aggiornamento 2016-07-03
Data di Pubblicazione 2016-07-03
Sviluppatore zhangxuegang
Tipo di Pagamento free
Lingue Supportate zh-CN
manifest.json
{
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "description": "create the entity based the navicat sql script",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "autoentity",
    "permissions": [
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}