autoentity
create the entity based the navicat sql script
What is autoentity?
autoentity is a Chrome extension developed by zhangxuegang, and its main feature is "create the entity based the navicat sql script".
Download autoentity Extension CRX File
Download autoentity extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
通过navicat的sql脚本,自动生成实体类,mybatis映射文件,以及基于SpringMVC的三层结构初始代码
Extension Basic Information
Name | |
ID | kpldennllkdpchikjflnfhhklmaoijom |
Official URL | https://chromewebstore.google.com/detail/autoentity/kpldennllkdpchikjflnfhhklmaoijom |
Description | create the entity based the navicat sql script |
File Size | 18.49 KB |
Installation Count | 13 |
Current Version | 1.0.0 |
Last Updated | 2016-07-03 |
Publish Date | 2016-07-03 |
Developer | zhangxuegang |
Payment Type | free |
Supported Languages | 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" } |