mirror of
https://github.com/CarmJos/EasySQL.git
synced 2026-06-04 15:28:20 +08:00
[0.3.9] 版本更新
- `[R]` 修改项目结构,移除无用的 `easysql-tester` 模块, 整合相关测试到 `easysql-demo` 的`src/test` 下。 - `[U]` 移除`DefaultSQLExceptionHandler` 类,与 `SQLExceptionHandler` 接口下添加 `detailed()` 与 `silent()` 两种预设错误处理器,并支持通过 `SQLManager#setExceptionHandler()` 方法应用全局生效的默认错误处理器。 > 注意: 十分不建议使用 `silent()` 处理器为默认处理器!
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<groupId>cc.carm.lib</groupId>
|
||||
<artifactId>easysql-parent</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>0.3.8</version>
|
||||
<version>0.3.9</version>
|
||||
|
||||
<modules>
|
||||
<module>api</module>
|
||||
@@ -27,7 +27,6 @@
|
||||
<module>with-pool/hikaricp</module>
|
||||
|
||||
<module>example/demo</module>
|
||||
<module>example/tester</module>
|
||||
</modules>
|
||||
|
||||
<name>EasySQL</name>
|
||||
|
||||
Reference in New Issue
Block a user