Ver Fonte

upgrade version

AE86 há 3 anos atrás
pai
commit
f3d1af0e31

+ 1 - 2
dbsyncer-biz/pom.xml

@@ -5,10 +5,9 @@
 	<parent>
 		<artifactId>dbsyncer</artifactId>
 		<groupId>org.ghi</groupId>
-		<version>1.0.9-Alpha</version>
+		<version>1.1.0-Alpha</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
-
 	<artifactId>dbsyncer-biz</artifactId>
 
 	<dependencies>

+ 1 - 2
dbsyncer-cache/pom.xml

@@ -4,10 +4,9 @@
 	<parent>
 		<artifactId>dbsyncer</artifactId>
 		<groupId>org.ghi</groupId>
-		<version>1.0.9-Alpha</version>
+		<version>1.1.0-Alpha</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
-
 	<artifactId>dbsyncer-cache</artifactId>
 
 	<dependencies>

+ 1 - 2
dbsyncer-cluster/pom.xml

@@ -5,10 +5,9 @@
     <parent>
         <artifactId>dbsyncer</artifactId>
         <groupId>org.ghi</groupId>
-		<version>1.0.9-Alpha</version>
+		<version>1.1.0-Alpha</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-
     <artifactId>dbsyncer-cluster</artifactId>
 
 </project>

+ 1 - 1
dbsyncer-common/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <artifactId>dbsyncer</artifactId>
         <groupId>org.ghi</groupId>
-		<version>1.0.9-Alpha</version>
+		<version>1.1.0-Alpha</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>dbsyncer-common</artifactId>

+ 1 - 2
dbsyncer-connector/pom.xml

@@ -5,10 +5,9 @@
     <parent>
         <artifactId>dbsyncer</artifactId>
         <groupId>org.ghi</groupId>
-		<version>1.0.9-Alpha</version>
+		<version>1.1.0-Alpha</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-
     <artifactId>dbsyncer-connector</artifactId>
 
     <dependencies>

+ 1 - 2
dbsyncer-listener/pom.xml

@@ -5,10 +5,9 @@
     <parent>
         <artifactId>dbsyncer</artifactId>
         <groupId>org.ghi</groupId>
-		<version>1.0.9-Alpha</version>
+		<version>1.1.0-Alpha</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-
     <artifactId>dbsyncer-listener</artifactId>
 
     <dependencies>

+ 1 - 2
dbsyncer-manager/pom.xml

@@ -5,10 +5,9 @@
     <parent>
         <artifactId>dbsyncer</artifactId>
         <groupId>org.ghi</groupId>
-		<version>1.0.9-Alpha</version>
+		<version>1.1.0-Alpha</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-
     <artifactId>dbsyncer-manager</artifactId>
 
     <dependencies>

+ 1 - 2
dbsyncer-monitor/pom.xml

@@ -5,10 +5,9 @@
     <parent>
         <artifactId>dbsyncer</artifactId>
         <groupId>org.ghi</groupId>
-		<version>1.0.9-Alpha</version>
+		<version>1.1.0-Alpha</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-
     <artifactId>dbsyncer-monitor</artifactId>
 
     <dependencies>

+ 1 - 2
dbsyncer-parser/pom.xml

@@ -5,10 +5,9 @@
     <parent>
         <artifactId>dbsyncer</artifactId>
         <groupId>org.ghi</groupId>
-		<version>1.0.9-Alpha</version>
+		<version>1.1.0-Alpha</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-
     <artifactId>dbsyncer-parser</artifactId>
 
     <dependencies>

+ 1 - 2
dbsyncer-plugin/pom.xml

@@ -5,10 +5,9 @@
     <parent>
         <artifactId>dbsyncer</artifactId>
         <groupId>org.ghi</groupId>
-		<version>1.0.9-Alpha</version>
+		<version>1.1.0-Alpha</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-
     <artifactId>dbsyncer-plugin</artifactId>
 
     <dependencies>

+ 1 - 2
dbsyncer-storage/pom.xml

@@ -5,10 +5,9 @@
     <parent>
         <artifactId>dbsyncer</artifactId>
         <groupId>org.ghi</groupId>
-		<version>1.0.9-Alpha</version>
+		<version>1.1.0-Alpha</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-
     <artifactId>dbsyncer-storage</artifactId>
 
     <dependencies>

+ 1 - 2
dbsyncer-web/pom.xml

@@ -5,10 +5,9 @@
     <parent>
         <artifactId>dbsyncer</artifactId>
         <groupId>org.ghi</groupId>
-		<version>1.0.9-Alpha</version>
+		<version>1.1.0-Alpha</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-
     <artifactId>dbsyncer-web</artifactId>
 
     <dependencies>

+ 1 - 1
dbsyncer-web/src/main/resources/application.properties

@@ -23,7 +23,7 @@ management.endpoints.web.base-path=/app
 management.endpoints.web.exposure.include=*
 management.endpoint.health.show-details=always
 info.app.name=DBSyncer
-info.app.version=1.0.9-Alpha
+info.app.version=1.1.0-Alpha
 info.app.copyright=&copy;2021 ${info.app.name}(${info.app.version})<footer>Designed By <a href='https://gitee.com/ghi/dbsyncer' target='_blank' >AE86</a></footer>
 
 #All < Trace < Debug < Info < Warn < Error < Fatal < OFF

+ 1 - 1
dbsyncer-web/src/main/resources/public/mapping/add.html

@@ -59,7 +59,7 @@
 
                             <!-- 匹配相似表 -->
                             <div class="form-group">
-                                <div class="col-sm-2 text-right"><label>是否匹配相似表</label></div>
+                                <div class="col-sm-2 text-right"><label>匹配相似表</label></div>
                                 <div class="col-sm-10">
                                     <input id="autoMatchTableSelect" name="autoMatchTable" class="form-control" type="checkbox" />
                                 </div>

+ 2 - 2
dbsyncer-web/src/main/resources/public/upload/upload.html

@@ -116,8 +116,8 @@ public class MyPlugin implements ConvertService{
                             </thead>
                             <tbody id="pluginList">
                             <tr th:id="${p?.name}" th:each="p,state : ${plugins}">
-                                <td th:if="${p?.unmodifiable}"><i class="fa fa-plug" aria-hidden="true" th:title="内置插件"></i> [[${p?.name}]]</td>
-                                <td th:if="${not p?.unmodifiable}"><i class="fa fa-star" aria-hidden="true" th:title="普通插件"></i> [[${p?.name}]]</td>
+                                <td th:title="内置插件" th:if="${p?.unmodifiable}"><i class="fa fa-plug fa_gray" aria-hidden="true"></i> [[${p?.name}]]</td>
+                                <td th:title="普通插件" th:if="${not p?.unmodifiable}"><i class="fa fa-star fa_blueviolet" aria-hidden="true"></i> [[${p?.name}]]</td>
                                 <td th:text="${p?.mappingName}"/>
                                 <td th:text="${p?.className}"/>
                                 <td th:text="${p?.version}"/>

+ 2 - 0
dbsyncer-web/src/main/resources/static/css/common.css

@@ -13,3 +13,5 @@
  * 强制单词换行
  */
 .driver_break_word { word-break: break-all;word-wrap:break-word;white-space:normal}
+.fa_gray {color: gray}
+.fa_blueviolet {color: blueviolet}

+ 1 - 1
pom.xml

@@ -6,7 +6,7 @@
 
     <groupId>org.ghi</groupId>
     <artifactId>dbsyncer</artifactId>
-	<version>1.0.9-Alpha</version>
+	<version>1.1.0-Alpha</version>
     <packaging>pom</packaging>
     <name>dbsyncer</name>
     <url>https://gitee.com/ghi/dbsyncer</url>

+ 1 - 1
version.cmd

@@ -1,6 +1,6 @@
 @echo off
 
-set APP_VERSION=1.0.9-Alpha
+set APP_VERSION=1.1.0-Alpha
 
 echo "Clean Project ..."
 call mvn clean -f pom.xml