Skip to content

Commit

Permalink
更新到1.0.0版本
Browse files Browse the repository at this point in the history
  • Loading branch information
18940818955 committed Dec 11, 2019
1 parent 7e17aaa commit 3ea7ea3
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 91 deletions.
45 changes: 24 additions & 21 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,36 +1,18 @@
= MySQL迁移工具
:toc: left
:version: 0.0.4
:version: 1.0.0
:sourcedir: mysql-migrate/src
:javadir: {sourcedir}/main/java
:testdir: {sourcedir}/test/java

== 模块
== 支持模块

* [*] Table
* [*] View
* [*] Function
* [ ] Procedure
* [*] Procedure
* [*] Trigger

== 更新日志

* 0.0.4
** 添加trigger 大胃王 2019/12/11, 3:23 下午

* 0.0.3
** 添加function同步功能
** fix-生成的sql为null的错误 王斌 2019/12/10, 9:45 上午
** fix-sql不换行导致的执行错误 王斌 2019/12/10, 10:06 上午

* 0.0.2
** 修复字段顺序不匹配导致的结构差异化BUG 大胃王 2019/12/7 上午5:20
** 修复添加字段导致生成SQL出错的BUG 大胃王 2019/12/7 上午5:30
** 修复先创建key后创建字段导致字段不存在的Bug 大胃王 2019/12/7 上午6:42

* 0.0.1
** 初始化仓库

== 使用方法

引入jar包
Expand All @@ -51,6 +33,27 @@
include::{testdir}/cn/codeforfun/migrate/core/MigrateTest.java[]
----

== 更新日志

* 1.0.0
** 添加procedure 大胃王 2019/12/11, 5:48 下午

* 0.0.4
** 添加trigger 大胃王 2019/12/11, 3:23 下午

* 0.0.3
** 添加function同步功能
** fix-生成的sql为null的错误 王斌 2019/12/10, 9:45 上午
** fix-sql不换行导致的执行错误 王斌 2019/12/10, 10:06 上午

* 0.0.2
** 修复字段顺序不匹配导致的结构差异化BUG 大胃王 2019/12/7 上午5:20
** 修复添加字段导致生成SQL出错的BUG 大胃王 2019/12/7 上午5:30
** 修复先创建key后创建字段导致字段不存在的Bug 大胃王 2019/12/7 上午6:42

* 0.0.1
** 初始化仓库

== 源码地址

https://gitee.com/consolelog/demo-mysql-migrate.git[Gitee源码]
Expand Down
144 changes: 77 additions & 67 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -442,17 +442,17 @@ <h1>MySQL迁移工具</h1>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
<ul class="sectlevel1">
<li><a href="#_模块">模块</a></li>
<li><a href="#_更新日志">更新日志</a></li>
<li><a href="#_支持模块">支持模块</a></li>
<li><a href="#_使用方法">使用方法</a></li>
<li><a href="#_更新日志">更新日志</a></li>
<li><a href="#_源码地址">源码地址</a></li>
<li><a href="#_反馈和贡献">反馈和贡献</a></li>
</ul>
</div>
</div>
<div id="content">
<div class="sect1">
<h2 id="_模块">模块</h2>
<h2 id="_支持模块">支持模块</h2>
<div class="sectionbody">
<div class="ulist checklist">
<ul class="checklist">
Expand All @@ -466,7 +466,7 @@ <h2 id="_模块">模块</h2>
<p>&#10003; Function</p>
</li>
<li>
<p>&#10063; Procedure</p>
<p>&#10003; Procedure</p>
</li>
<li>
<p>&#10003; Trigger</p>
Expand All @@ -476,67 +476,6 @@ <h2 id="_模块">模块</h2>
</div>
</div>
<div class="sect1">
<h2 id="_更新日志">更新日志</h2>
<div class="sectionbody">
<div class="ulist">
<ul>
<li>
<p>0.0.4</p>
<div class="ulist">
<ul>
<li>
<p>添加trigger 大胃王 2019/12/11, 3:23 下午</p>
</li>
</ul>
</div>
</li>
<li>
<p>0.0.3</p>
<div class="ulist">
<ul>
<li>
<p>添加function同步功能</p>
</li>
<li>
<p>fix-生成的sql为null的错误 王斌 2019/12/10, 9:45 上午</p>
</li>
<li>
<p>fix-sql不换行导致的执行错误 王斌 2019/12/10, 10:06 上午</p>
</li>
</ul>
</div>
</li>
<li>
<p>0.0.2</p>
<div class="ulist">
<ul>
<li>
<p>修复字段顺序不匹配导致的结构差异化BUG 大胃王 2019/12/7 上午5:20</p>
</li>
<li>
<p>修复添加字段导致生成SQL出错的BUG 大胃王 2019/12/7 上午5:30</p>
</li>
<li>
<p>修复先创建key后创建字段导致字段不存在的Bug 大胃王 2019/12/7 上午6:42</p>
</li>
</ul>
</div>
</li>
<li>
<p>0.0.1</p>
<div class="ulist">
<ul>
<li>
<p>初始化仓库</p>
</li>
</ul>
</div>
</li>
</ul>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_使用方法">使用方法</h2>
<div class="sectionbody">
<div class="paragraph">
Expand All @@ -547,7 +486,7 @@ <h2 id="_使用方法">使用方法</h2>
<pre class="highlight"><code class="language-xml" data-lang="xml">&lt;dependency&gt;
&lt;groupId&gt;cn.codeforfun&lt;/groupId&gt;
&lt;artifactId&gt;mysql-migrate&lt;/artifactId&gt;
&lt;version&gt;0.0.4&lt;/version&gt;
&lt;version&gt;1.0.0&lt;/version&gt;
&lt;/dependency&gt;</code></pre>
</div>
</div>
Expand Down Expand Up @@ -610,6 +549,77 @@ <h2 id="_使用方法">使用方法</h2>
</div>
</div>
<div class="sect1">
<h2 id="_更新日志">更新日志</h2>
<div class="sectionbody">
<div class="ulist">
<ul>
<li>
<p>1.0.0</p>
<div class="ulist">
<ul>
<li>
<p>添加procedure 大胃王 2019/12/11, 5:48 下午</p>
</li>
</ul>
</div>
</li>
<li>
<p>0.0.4</p>
<div class="ulist">
<ul>
<li>
<p>添加trigger 大胃王 2019/12/11, 3:23 下午</p>
</li>
</ul>
</div>
</li>
<li>
<p>0.0.3</p>
<div class="ulist">
<ul>
<li>
<p>添加function同步功能</p>
</li>
<li>
<p>fix-生成的sql为null的错误 王斌 2019/12/10, 9:45 上午</p>
</li>
<li>
<p>fix-sql不换行导致的执行错误 王斌 2019/12/10, 10:06 上午</p>
</li>
</ul>
</div>
</li>
<li>
<p>0.0.2</p>
<div class="ulist">
<ul>
<li>
<p>修复字段顺序不匹配导致的结构差异化BUG 大胃王 2019/12/7 上午5:20</p>
</li>
<li>
<p>修复添加字段导致生成SQL出错的BUG 大胃王 2019/12/7 上午5:30</p>
</li>
<li>
<p>修复先创建key后创建字段导致字段不存在的Bug 大胃王 2019/12/7 上午6:42</p>
</li>
</ul>
</div>
</li>
<li>
<p>0.0.1</p>
<div class="ulist">
<ul>
<li>
<p>初始化仓库</p>
</li>
</ul>
</div>
</li>
</ul>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_源码地址">源码地址</h2>
<div class="sectionbody">
<div class="paragraph">
Expand Down Expand Up @@ -640,7 +650,7 @@ <h2 id="_反馈和贡献">反馈和贡献</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2019-12-11 15:55:33 +0800
Last updated 2019-12-11 17:59:05 +0800
</div>
</div>
</body>
Expand Down
8 changes: 5 additions & 3 deletions mysql-migrate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@
</parent>
<groupId>cn.codeforfun</groupId>
<artifactId>mysql-migrate</artifactId>
<version>0.0.4</version>
<version>1.0.0</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>MySQL Migrate Tools</description>
<url>https://github.com/qq253498229/mysql-migrate-tool</url>

<properties>
<java.version>1.8</java.version>
<commons-dbutils.version>1.7</commons-dbutils.version>
<druid.version>1.1.21</druid.version>
</properties>

<dependencies>
Expand All @@ -34,12 +36,12 @@
<dependency>
<groupId>commons-dbutils</groupId>
<artifactId>commons-dbutils</artifactId>
<version>1.7</version>
<version>${commons-dbutils.version}</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>1.1.21</version>
<version>${druid.version}</version>
</dependency>
<!--/数据库-->
<!--common-->
Expand Down

0 comments on commit 3ea7ea3

Please sign in to comment.