升级版本为1.2.4-RELEASE

This commit is contained in:
makejava 2021-08-13 10:20:46 +08:00
parent 3f7aac3007
commit 194fd525d5
2 changed files with 13 additions and 1 deletions

View File

@ -21,7 +21,7 @@ plugins {
group 'com.sjhy' group 'com.sjhy'
version '1.2.4-RC4' version '1.2.4-RELEASE'
sourceCompatibility = JavaVersion.VERSION_1_8 sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8 targetCompatibility = JavaVersion.VERSION_1_8

View File

@ -20,6 +20,18 @@
<change-notes><![CDATA[ <change-notes><![CDATA[
<p>1.2.4-RELEASE</p>
<ul>
<li>1.Optimize GUI interface</li>
<li>2.Multiple import and export methods are provided</li>
<li>3.Support code generation through entity classes</li>
</ul>
<ul>
<li>1.优化GUI界面</li>
<li>2.提供多种导入导出方式</li>
<li>3.修复大量已知BUG</li>
<li>4.支持通过实体类生成代码</li>
</ul>
<p>1.2.4-RC4</p> <p>1.2.4-RC4</p>
<ul> <ul>
<li>1.compatible with PyCharm,WebStorm,GoLand,DataGrip,PhpStorm</li> <li>1.compatible with PyCharm,WebStorm,GoLand,DataGrip,PhpStorm</li>