autoentity
create the entity based the navicat sql script
O que é autoentity?
autoentity é uma extensão do Chrome desenvolvida por zhangxuegang, e sua principal característica é "create the entity based the navicat sql script".
Baixar o arquivo CRX da Extensão autoentity
Baixe arquivos de extensão autoentity no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
通过navicat的sql脚本,自动生成实体类,mybatis映射文件,以及基于SpringMVC的三层结构初始代码
Informações Básicas da Extensão
Nome | |
ID | kpldennllkdpchikjflnfhhklmaoijom |
URL Oficial | https://chromewebstore.google.com/detail/autoentity/kpldennllkdpchikjflnfhhklmaoijom |
Descrição | create the entity based the navicat sql script |
Tamanho do Arquivo | 18.49 KB |
Contagem de Instalações | 13 |
Versão Atual | 1.0.0 |
Última Atualização | 2016-07-03 |
Data de Publicação | 2016-07-03 |
Desenvolvedor | zhangxuegang |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |