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

修改document位置

This commit is contained in:
Carm Jos 2021-12-14 19:51:41 +08:00
parent f0650ea720
commit ac1a9082c7
3 changed files with 6 additions and 6 deletions

View File

@ -12,8 +12,8 @@ assignees: ''
**问题来源**
描述一下通过哪些操作才发现的问题,如:
1. 打开 '...'
2. 点击了 '....'
1. 使用了 '...'
2. 输入了 '....'
3. 出现了报错 '....'
**预期结果**(可选)
@ -23,8 +23,8 @@ assignees: ''
如果有报错或输出,请提供截图。
**操作环境**
请在后台输入 `version` 并复制相关输出。
- 系统环境: `Windows 10` / `Ubuntu` / `...`
- Java版本: `JDK11` / `OPENJDK8` / `JRE8` / `...`
**其他补充**
如有其他补充,可以在这里描述。

View File

@ -35,11 +35,11 @@
## 开发
详细开发介绍请 [点击这里](.documentation/INDEX.md) , JavaDoc(最新Release) 请 [点击这里](https://carmjos.github.io/EasySQL) 。
详细开发介绍请 [点击这里](.documentation/README.md) , JavaDoc(最新Release) 请 [点击这里](https://carmjos.github.io/EasySQL) 。
### 示例代码
您可以 [点击这里](easysql-demo/src/main/java/EasySQLDemo.java) 查看部分代码演示,更多演示详见 [开发介绍](.documentation/INDEX.md) 。
您可以 [点击这里](easysql-demo/src/main/java/EasySQLDemo.java) 查看部分代码演示,更多演示详见 [开发介绍](.documentation/README.md) 。
### 依赖方式 (Maven)