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"; } }