autoentity

create the entity based the navicat sql script

什麼是autoentity?

autoentity是由zhangxuegang開發的Chrome擴展程式,該擴展的主要功能是“create the entity based the navicat sql script”。

下載autoentity擴展crx文件

下載autoentity擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 autoentity autoentity
ID kpldennllkdpchikjflnfhhklmaoijom
官方網址 https://chromewebstore.google.com/detail/autoentity/kpldennllkdpchikjflnfhhklmaoijom
簡介 create the entity based the navicat sql script
檔案大小 18.49 KB
安裝次數 13
目前版本 1.0.0
更新時間 2016-07-03
上架時間 2016-07-03
開發者 zhangxuegang
付費類型 free
支援的語言 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"
}