1
mirror of https://github.com/CarmJos/EasySQL.git synced 2024-09-19 21:35:47 +00:00

[v0.2.1-fix] 修改Javadoc

This commit is contained in:
Carm Jos 2021-12-14 20:08:54 +08:00
parent 95182748ef
commit 7621c86495
3 changed files with 13 additions and 9 deletions

View File

@ -23,7 +23,7 @@ import java.util.function.Function;
* <br>默认的异常处理器为 {@link #defaultExceptionHandler()}
* </ul>
*
* <b>注意</b> 无论是否异步都不需要自行关闭ResultSet本API已自动关闭
* <b>注意 无论是否异步都不需要自行关闭ResultSet本API已自动关闭</b>
*
* @param <T> 需要返回的类型
* @author CarmJos

View File

@ -137,7 +137,11 @@
<links>
<link>https://javadoc.io/doc/org.jetbrains/annotations/</link>
</links>
<detectJavaApiLink>true</detectJavaApiLink>
<detectJavaApiLink>false</detectJavaApiLink>
<encoding>UTF-8</encoding>
<charset>UTF-8</charset>
<docencoding>UTF-8</docencoding>
<locale>en_US</locale>
</configuration>
<executions>
<execution>