Skip to content

Commit

Permalink
1.9.6版本发布——解决 [jimu/issue/#2269]参数表达式新增中文支持
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdaiscott committed Jan 7, 2024
1 parent fe1c0da commit c50f269
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
MiniDao
=======
当前最新版本: 1.9.5 (发布日期:20231215
当前最新版本: 1.9.6 (发布日期:20240107

[![AUR](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg)](https://github.com/zhangdaiscott/jeecg-boot/blob/master/LICENSE)
[![](https://img.shields.io/badge/Author-北京国炬软件-orange.svg)](http://jeecg.com/aboutusIndex)
[![](https://img.shields.io/badge/Blog-官方博客-blue.svg)](https://jeecg.blog.csdn.net)
[![](https://img.shields.io/badge/version-1.9.5-brightgreen.svg)](https://github.com/zhangdaiscott/jeecg-boot)
[![](https://img.shields.io/badge/version-1.9.6-brightgreen.svg)](https://github.com/zhangdaiscott/jeecg-boot)
[![GitHub stars](https://img.shields.io/github/stars/zhangdaiscott/jeecg-boot.svg?style=social&label=Stars)](https://github.com/zhangdaiscott/jeecg-boot)
[![GitHub forks](https://img.shields.io/github/forks/zhangdaiscott/jeecg-boot.svg?style=social&label=Fork)](https://github.com/zhangdaiscott/jeecg-boot)

Expand Down Expand Up @@ -44,7 +44,7 @@ MiniDao 是一款轻量级JAVA持久层框架,基于 SpringJdbc + freemarker
<dependency>
<groupId>org.jeecgframework</groupId>
<artifactId>minidao-pe</artifactId>
<version>1.9.5</version>
<version>1.9.6</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions minidao-pe-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jeecgframework</groupId>
<artifactId>minidao-pe-example</artifactId>
<version>1.9.5</version>
<version>1.9.6</version>
<packaging>jar</packaging>
<url>http://www.jeecg.com</url>
<parent>
<groupId>org.jeecgframework</groupId>
<artifactId>minidao-parent</artifactId>
<version>1.9.5</version>
<version>1.9.6</version>
</parent>

<properties>
<minidao.version>1.9.5</minidao.version>
<minidao.version>1.9.6</minidao.version>
<junit.version>4.13.1</junit.version>
<springframework.version>5.3.18</springframework.version>
<!-- 数据库驱动 -->
Expand Down
2 changes: 1 addition & 1 deletion minidao-pe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.jeecgframework</groupId>
<artifactId>minidao-pe</artifactId>
<version>1.9.5</version>
<version>1.9.6</version>
<packaging>jar</packaging>

<name>minidao-pe</name>
Expand Down
4 changes: 2 additions & 2 deletions minidao-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jeecgframework</groupId>
<artifactId>minidao-spring-boot-starter</artifactId>
<version>1.9.5</version>
<version>1.9.6</version>
<packaging>jar</packaging>

<parent>
Expand Down Expand Up @@ -32,7 +32,7 @@

<properties>
<!-- minidao -->
<minidao.version>1.9.5</minidao.version>
<minidao.version>1.9.6</minidao.version>
<druid.version>1.1.9</druid.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jeecgframework</groupId>
<artifactId>minidao-parent</artifactId>
<version>1.9.5</version>
<version>1.9.6</version>
<packaging>pom</packaging>

<!-- 项目属性 -->
Expand Down

0 comments on commit c50f269

Please sign in to comment.