We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9410df commit b8daf21Copy full SHA for b8daf21
README.md
@@ -1,6 +1,6 @@
1
MiniDao
2
=======
3
-当前最新版本: 1.8.3 (发布日期:20210809)
+当前最新版本: 1.9.0 (发布日期:20220902)
4
5
6
@@ -35,7 +35,7 @@ MiniDao 是一款轻量级JAVA持久层框架,基于 SpringJdbc + freemarker
35
<dependency>
36
<groupId>org.jeecgframework</groupId>
37
<artifactId>minidao-pe</artifactId>
38
- <version>1.8.3</version>
+ <version>1.9.0</version>
39
</dependency>
40
```
41
@@ -49,7 +49,6 @@ MiniDao 是一款轻量级JAVA持久层框架,基于 SpringJdbc + freemarker
49
-----------------------------------
50
* 文 档: [http://minidao.jeecg.com](http://minidao.jeecg.com)
51
* 官 网: [www.jeecg.com](http://www.jeecg.com)
52
-* QQ交流群: 362385436
53
54
55
项目介绍
0 commit comments