From 88df99be736ecd10b9c1b8585ee369ddbc3c74c2 Mon Sep 17 00:00:00 2001 From: caoshd Date: Tue, 2 Apr 2024 22:57:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9:=20=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E9=85=8D=E7=BD=AE=20=E9=BB=98=E8=AE=A4=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=20=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/space/caoshd/otone/builder/InfoOutBuilder.java | 5 ----- src/test/resources/config/config.properties | 2 +- src/test/resources/config/datasource.properties | 4 ++-- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/src/main/java/space/caoshd/otone/builder/InfoOutBuilder.java b/src/main/java/space/caoshd/otone/builder/InfoOutBuilder.java index 321c5b7..5b0edd0 100644 --- a/src/main/java/space/caoshd/otone/builder/InfoOutBuilder.java +++ b/src/main/java/space/caoshd/otone/builder/InfoOutBuilder.java @@ -10,11 +10,6 @@ public class InfoOutBuilder { private final OutputInfo outputInfo = new OutputInfo(); - public InfoOutBuilder setTableInfoList(List tableInfoList) { - this.outputInfo.setTableInfoList(tableInfoList); - return this; - } - public InfoOutBuilder setTemplatePath(String templatePath) { this.outputInfo.setTemplatePath(templatePath); return this; diff --git a/src/test/resources/config/config.properties b/src/test/resources/config/config.properties index 37bc979..5fd48b0 100644 --- a/src/test/resources/config/config.properties +++ b/src/test/resources/config/config.properties @@ -2,6 +2,7 @@ project.path.base=D:/workspace/otono-debug/ package.name.base=space.caoshd.navigator database.name.schemas=otone database.name.tables= +output.cover_if_exists=true #project.path.java=src/main/java #project.path.resources=src/main/resources @@ -40,7 +41,6 @@ database.name.tables= #template.path.service.intf=template/service.intf.vm #template.path.mapper=template/mapper.vm #template.path.mapper.xml=template/mapper.xml.vm -#output.cover_if_exists=true #output.mybatis.@mapper=true diff --git a/src/test/resources/config/datasource.properties b/src/test/resources/config/datasource.properties index a7957d9..d40a2d0 100644 --- a/src/test/resources/config/datasource.properties +++ b/src/test/resources/config/datasource.properties @@ -1,4 +1,4 @@ username=root -password=123456 -url=jdbc:mysql://192.168.0.100:3306/otone?rewriteBatchedStatements=true&useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai +password=otone@132! +url=jdbc:mysql://121.43.48.195:3306/otone?rewriteBatchedStatements=true&useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai driver-class-name=com.mysql.cj.jdbc.Driver \ No newline at end of file