Skip to content

Commit 35d2ae3

Browse files
committed
文档:解决最后一段说明显示到了代码中
1 parent 90f5060 commit 35d2ae3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ https://github.com/APIJSON/APIJSON-Demo/blob/master/APIJSON-Java-Server/APIJSONB
7171

7272
在你项目继承 AbstractSQLExecutor 的子类重写方法 execute <br/>
7373
Override execute in your SQLExecutor extends AbstractSQLExecutor
74+
7475
```java
7576
@Override
7677
public JSONObject execute(@NotNull SQLConfig<Long> config, boolean unknownType) throws Exception {
@@ -85,6 +86,7 @@ Override execute in your SQLExecutor extends AbstractSQLExecutor
8586
<br/>
8687
在你项目继承 AbstractSQLConfig 的子类重写方法 execute <br/>
8788
Override execute in your SQLConfig extends AbstractSQLConfig
89+
8890
```java
8991
@Override
9092
public String getSchema() {

0 commit comments

Comments
 (0)