From d1405f82f47dc1d08eb3b95ee963bb7b1bbeff6b Mon Sep 17 00:00:00 2001 From: SanLi <2689170096@qq.com> Date: Wed, 26 Aug 2020 16:47:54 +0800 Subject: [PATCH] =?UTF-8?q?:recycle:=20=E9=87=8D=E6=9E=84=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../screw/core/produce/PostgreSQLDocumentationBuilderTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/screw-core/src/test/java/cn/smallbun/screw/core/produce/PostgreSQLDocumentationBuilderTest.java b/screw-core/src/test/java/cn/smallbun/screw/core/produce/PostgreSQLDocumentationBuilderTest.java index ca648df..1e22f3d 100644 --- a/screw-core/src/test/java/cn/smallbun/screw/core/produce/PostgreSQLDocumentationBuilderTest.java +++ b/screw-core/src/test/java/cn/smallbun/screw/core/produce/PostgreSQLDocumentationBuilderTest.java @@ -81,6 +81,7 @@ public class PostgreSQLDocumentationBuilderTest extends AbstractDocumentationExe */ @Override public String getConfigProperties() { - return System.getProperty("user.dir") + "/src/main/resources/postgresql.properties"; + return System.getProperty("user.dir") + + "/src/main/resources/properties/postgresql.properties"; } }