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的三层结构初始代码
拡張機能の基本情報
名前 | |
ID | kpldennllkdpchikjflnfhhklmaoijom |
公式URL | 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" } |