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

[v0.3.0] 修改项目结构

This commit is contained in:
Carm Jos 2022-01-25 23:39:11 +08:00
parent 51c343e9e0
commit 9a684226bc
8 changed files with 7 additions and 4 deletions

View File

@ -35,7 +35,7 @@
### 示例代码
您可以 [点击这里](easysql-demo/src/main/java/EasySQLDemo.java) 查看部分代码演示,更多演示详见 [开发介绍](.documentation/README.md) 。
您可以 [点击这里](example/easysql-demo/src/main/java/EasySQLDemo.java) 查看部分代码演示,更多演示详见 [开发介绍](.documentation/README.md) 。
### 依赖方式

View File

@ -5,11 +5,14 @@ import cc.carm.lib.easysql.api.enums.IndexType;
import cc.carm.lib.easysql.api.enums.NumberType;
import cc.carm.lib.easysql.api.util.TimeDateUtils;
import cc.carm.lib.easysql.api.util.UUIDUtil;
import org.jetbrains.annotations.TestOnly;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.UUID;
@TestOnly
@SuppressWarnings("all")
public class EasySQLDemo {
public void createTable(SQLManager sqlManager) {

View File

@ -22,9 +22,9 @@
<module>easysql-api</module>
<module>easysql-impl</module>
<module>easysql-beecp</module>
<module>easysql-hikaricp</module>
<module>easysql-demo</module>
<module>with-cp/easysql-beecp</module>
<module>with-cp/easysql-hikaricp</module>
<module>example/easysql-demo</module>
</modules>