autoentity
create the entity based the navicat sql script
Co to jest autoentity?
autoentity to rozszerzenie Chrome opracowane przez zhangxuegang, a jego główną funkcją jest „create the entity based the navicat sql script”.
Pobierz plik CRX rozszerzenia autoentity
Pobierz pliki rozszerzeń autoentity w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
通过navicat的sql脚本,自动生成实体类,mybatis映射文件,以及基于SpringMVC的三层结构初始代码
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kpldennllkdpchikjflnfhhklmaoijom |
Oficjalny URL | https://chromewebstore.google.com/detail/autoentity/kpldennllkdpchikjflnfhhklmaoijom |
Opis | create the entity based the navicat sql script |
Rozmiar pliku | 18.49 KB |
Liczba instalacji | 13 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2016-07-03 |
Data Publikacji | 2016-07-03 |
Deweloper | zhangxuegang |
Typ Płatności | free |
Obsługiwane Języki | 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" } |