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" } |