开源 企业版 高校版 私有云 模力方舟 AI 队友
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
1 Star 0 Fork 657

bobob/EasyCode

forked from makejava/EasyCode
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
已有帐号? 立即登录
文件
master
分支 (6)
标签 (9)
master
v1.2.0
v1.1.2
dev
v1.1.0
custom-mybatis
EasyCode-1.2.3
EasyCode-1.2.2
EasyCode-1.2.1
EasyCode-1.2.0
EasyCode-1.1.2
EasyCode-1.1.1
EasyCode-1.1.0
EasyCode-1.0.2
EasyCode-1.0.1
master
分支 (6)
标签 (9)
master
v1.2.0
v1.1.2
dev
v1.1.0
custom-mybatis
EasyCode-1.2.3
EasyCode-1.2.2
EasyCode-1.2.1
EasyCode-1.2.0
EasyCode-1.1.2
EasyCode-1.1.1
EasyCode-1.1.0
EasyCode-1.0.2
EasyCode-1.0.1
克隆/下载
克隆/下载
提示
下载代码请复制以下命令到终端执行
为确保你提交的代码身份被 Gitee 正确识别,请执行以下命令完成配置
初次使用 SSH 协议进行代码克隆、推送等操作时,需按下述提示完成 SSH 配置
1 生成 RSA 密钥
2 获取 RSA 公钥内容,并配置到 SSH公钥
在 Gitee 上使用 SVN,请访问 使用指南
使用 HTTPS 协议时,命令行会出现如下账号密码验证步骤。基于安全考虑,Gitee 建议 配置并使用私人令牌 替代登录密码进行克隆、推送等操作
Username for 'https://gitee.com': userName
Password for 'https://userName@gitee.com': # 私人令牌
master
分支 (6)
标签 (9)
master
v1.2.0
v1.1.2
dev
v1.1.0
custom-mybatis
EasyCode-1.2.3
EasyCode-1.2.2
EasyCode-1.2.1
EasyCode-1.2.0
EasyCode-1.1.2
EasyCode-1.1.1
EasyCode-1.1.0
EasyCode-1.0.2
EasyCode-1.0.1
plugin.xml 10.55 KB
一键复制 编辑 原始数据 按行查看 历史
makejava 提交于 2020年09月23日 11:51 +08:00 . 添加1.2.4-RC3更新日志
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234
<idea-plugin>
<id>com.sjhy.plugin.easycode</id>
<name>Easy Code</name>
<vendor email="1353036300@qq.com" url="http://www.shujuhaiyang.com">Easy Code Office Website</vendor>
<description><![CDATA[
<tag>EasyCode,Easy Code,easy,code,code generate,code tools</tag>
<h3>English:</h3>
<ul>
<li>The code generation plug-in based on IntelliJ IDEA is developed to support custom templates (Java, HTML, JS, XML).</li>
<li>As long as database related code can be generated through custom templates. Support database type and Java type mapping relationship configuration.</li>
<li>The code that supports generating multiple tables at the same time. Each table has a separate configuration information. Full personalization definition, the rules are set by you.</li>
</ul>
<h3>中文:</h3>
<ul>
<li>基于IntelliJ IDEA开发的代码生成插件,支持自定义任意模板(Java,html,js,xml)。</li>
<li>只要是与数据库相关的代码都可以通过自定义模板来生成。支持数据库类型与java类型映射关系配置。</li>
<li>支持同时生成生成多张表的代码。每张表有独立的配置信息。完全的个性化定义,规则由你设置。</li>
]]></description>
<change-notes><![CDATA[
<p>1.2.4-RC3</p>
<ul>
<li>1.Fix known bugs</li>
</ul>
<ul>
<li>1.修复已知BUG</li>
</ul>
<p>1.2.4-RC2</p>
<ul>
<li>1.Fix the incorrect configuration information of some user prompt tables</li>
</ul>
<ul>
<li>1.修复部分用户提示表配置信息不正确问题</li>
</ul>
<p>1.2.4-RC</p>
<ul>
<li>1.Fix the incorrect configuration information of some user prompt tables</li>
</ul>
<ul>
<li>1.修复部分用户提示表配置信息不正确问题</li>
</ul>
<p>1.2.4-SNAPSHOT</p>
<ul>
<li>1.Add code auto format support (enabled by default), and use idea's own code format</li>
<li>2.New code will automatically prompt you to add to VCS (version control)</li>
<li>3.Add dasUtil dbUtil advanced tool class</li>
<li>4.Partial optimization for version 20.1</li>
<li>5.When the generated file exists, it supports three operations: overlay, comparison and cancellation</li>
<li>6.The code generation panel adds a table prefix, which is provided by feiyan99</li>
<li>7.Add template group selection function to code generation panel</li>
<li>8.Compatible with IDEA 17.1</li>
</ul>
<ul>
<li>1.加入代码自动格式化支持(默认开启),使用IDEA自带代码格式化实现</li>
<li>2.新增的代码会自动提示添加到VCS(版本控制)</li>
<li>3.新增dasUtil dbUtil高级工具类</li>
<li>4.针对20.1版本进行部分优化</li>
<li>5.生成文件存在时支持覆盖、对比、取消三种操作</li>
<li>6.代码生成面板加入表前缀,该功能由feiyan99提供PR</li>
<li>7.代码生成面板加入模板组选中功能</li>
<li>8.兼容至IDEA 17.1版本</li>
</ul>
<p>1.2.3-RELEASE</p>
<ul>
<li>1.Compatible with idea2020.1</li>
<li>2.Resolve null pointer exceptions for multiple projects (provided by tangcent)</li>
<li>3.Optimize some details</li>
<li>Thank:tangcent,czb,lyd123qw2008</li>
</ul>
<ul>
<li>1.兼容IDEA2020.1版本</li>
<li>2.解决多项目的空指针异常问题(由tangcent提供)</li>
<li>3.优化部分细节问题</li>
<li>感谢:tangcent,czb,lyd123qw2008贡献的PR</li>
</ul>
<p>1.2.2-RELEASE</p>
<ul>
<li>1.Fix unavailability of online import function.</li>
<li>2.Fix the problem that use other encode do not effect</li>
<li>3.Add up and down movement function to template editing page (provided by cooppor)</li>
<li>Thank:Cooppor</li>
</ul>
<ul>
<li>1.修复在线导入功能不可用问题</li>
<li>2.修复修改为其他编码不生效问题</li>
<li>3.模板编辑页面添加上下移动功能(由Cooppor提供)</li>
<li>感谢:Cooppor</li>
</ul>
<p>1.2.1-RELEASE</p>
<ul>
<li>1.Repairing the change macro definition requires reboot.</li>
<li>2.Repairing a series of error problems caused by table configuration</li>
<li>3.Optimize the dynamic mode and repair some details.</li>
</ul>
<ul>
<li>1.修复更改宏定义需要重启才生效问题</li>
<li>2.修复表配置引发的一系列错误问题</li>
<li>3.优化动态调式,修复部分细节</li>
</ul>
<p>1.2.1-RELEASE</p>
<ul>
<li>1.Repairing the change macro definition requires reboot.</li>
<li>2.Repairing a series of error problems caused by table configuration</li>
<li>3.Optimize the dynamic mode and repair some details.</li>
</ul>
<ul>
<li>1.修复更改宏定义需要重启才生效问题</li>
<li>2.修复表配置引发的一系列错误问题</li>
<li>3.优化动态调式,修复部分细节</li>
</ul>
<p>1.2.0-RELEASE</p>
<ul>
<li>1.A lot of improvements have been made to user experience.</li>
<li>2.Add template debugging function</li>
<li>3.Add template to import and export Online</li>
<li>4.Optimize Mybatis XML file generation</li>
<li>5.Add object attribute method to dynamic debugging function</li>
</ul>
<ul>
<li>1.针对用户体验做了大量改进</li>
<li>2.添加模板调试功能</li>
<li>3.添加模板在线导入导出功能</li>
<li>4.针对Mybatis XML文件生成做优化</li>
<li>5.添加对象属性方法动态调试功能</li>
</ul>
<p>1.1.2-SNAPSHOT</p>
<ul>
<li>1.This update focuses on optimizing MacOS devices.</li>
<li>1.Repair a part of the user to generate code when the card is dead.</li>
</ul>
<ul>
<li>1.本次更新注意针对Mac设备做了大量优化</li>
<li>2.修复部分用户生成代码时卡死的BUG</li>
</ul>
<p>1.1.1-SNAPSHOT</p>
<ul>
<li>1.Repairing global config can not save after modification.</li>
</ul>
<ul>
<li>1.修复global config修改后无法正常保存问题</li>
</ul>
<p>1.1.0-SNAPSHOT</p>
<ul>
<li>1.Add the global configuration module, which can be used to define macro commands, global configuration information, etc.</li>
<li>2.Add reset default configuration function, which can be used to restore incorrect changes.</li>
<li>3.Add a new template group, name as (Mybatis Plus)</li>
<li>4.Optimize a lot of details.</li>
</ul>
<ul>
<li>1.添加全局配置模块,可用于定义宏命令,全局配置信息等</li>
<li>2.添加重置默认配置功能,可用于还原误修改。</li>
<li>3.添加新的模板组,Mybatis Plus</li>
<li>4.优化大量细节。</li>
</ul>
<p>1.0.2-SNAPSHOT</p>
<ul>
<li>1.Add English documents</li>
</ul>
<ul>
<li>1.添加英文文档</li>
</ul>
<p>1.0.1-SNAPSHOT</p>
<ul>
<li>1.Fix compatibility problem for version 172 (serious, cause 172 version to be unable to set up).</li>
<li>2.Repairing windows path for Linux version of IDEA path</li>
<li>3.Optimize part of the details</li>
</ul>
<ul>
<li>1.修复针对172版本兼容性问题(严重,会导致172版本无法进入设置)</li>
<li>2.修复针对Linux版的IDEA路径采用windows路径问题</li>
<li>3.优化部分细节</li>
</ul>
<p>1.0.0-SNAPSHOT</p>
<ul>
<li>1.Support custom templates (based on velocity)</li>
<li>2.Support custom table information and add extension attributes</li>
<li>3.Support to generate multiple tables and multiple template codes at the same time</li>
<li>4.Support to generate any code related to the database</li>
<li>5.Based on Database Tool development, support a varied of databases</li>
</ul>
<ul>
<li>1.支持自定义模板(基于velocity)</li>
<li>2.支持定制表信息,以及添加扩展属性</li>
<li>3.支持同时生成多张表与多个模板代码</li>
<li>4.支持生成与数据库相关的任何代码</li>
<li>5.基于Database Tool开发,支持多种数据库</li>
</ul>
<p>More <a href="https://github.com/makejavas/EasyCode">Help Info</a>.</p>
]]></change-notes>
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
<idea-version since-build="171.3780.107"/>
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
on how to target different products -->
<!-- uncomment to enable plugin in all products
-->
<!--必须为企业版-->
<depends>com.intellij.modules.lang</depends>
<!--必须依赖Database Tool插件-->
<depends>com.intellij.database</depends>
<!--必须依赖Velocity插件-->
<depends>com.intellij.velocity</depends>
<!--java支持扩展-->
<depends>com.intellij.modules.java</depends>
<!--扩展点-->
<extensions defaultExtensionNs="com.intellij">
<!-- Add your extensions here -->
<!--实例化配置信息服务-->
<applicationService serviceImplementation="com.sjhy.plugin.config.Settings"/>
<!--项目服务-->
<projectService serviceInterface="com.sjhy.plugin.service.TableInfoService" serviceImplementation="com.sjhy.plugin.service.impl.TableInfoServiceImpl"/>
<projectService serviceInterface="com.sjhy.plugin.service.CodeGenerateService" serviceImplementation="com.sjhy.plugin.service.impl.CodeGenerateServiceImpl"/>
<!--系统设置面板-->
<applicationConfigurable dynamic="true" instance="com.sjhy.plugin.ui.MainSetting"/>
<velocity.globalVariableProvider implementation="com.sjhy.plugin.provider.EasyCodeGlobalVariableProvider"/>
</extensions>
<actions>
<!-- Add your actions here -->
<group id="con.sjhy.easy.code.action" class="com.sjhy.plugin.actions.MainActionGroup" text="EasyCode" popup="true">
<!--生成代码菜单-->
<add-to-group group-id="DatabaseViewPopupMenu" anchor="first"/>
</group>
</actions>
</idea-plugin>
Loading...
举报
举报成功
我们将于2个工作日内通过站内信反馈结果给你!
请认真填写举报原因,尽可能描述详细。
请选择举报类型
取消
发送
误判申诉

此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。

如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。

取消
提交

简介

EasyCode是基于IntelliJ IDEA开发的代码生成插件,支持自定义任意模板(Java,html,js,xml)。只要是与数据库相关的代码都可以通过自定义模板来生成。支持数据库类型与java类型映射关系配置。支持同时生成生成多张表的代码。每张表有独立的配置信息。完全的个性化定义,规则由你设置。
暂无标签
MIT
使用 MIT 开源许可协议
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
编辑仓库简介
简介内容
主页
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/httpsgithubcom/EasyCode.git
git@gitee.com:httpsgithubcom/EasyCode.git
httpsgithubcom
EasyCode
EasyCode
master
点此查找更多帮助

搜索帮助

评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册

AltStyle によって変換されたページ (->オリジナル) /