autoentity
create the entity based the navicat sql script
autoentityคืออะไร?
autoentity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zhangxuegang และคุณลักษณะหลักของมันคือ "create the entity based the navicat sql script"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย autoentity
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |