Skip to content

Commit

Permalink
3.5.0 发布
Browse files Browse the repository at this point in the history
  • Loading branch information
qmdx committed May 30, 2021
1 parent 50f4070 commit 20bd456
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
</dependency>
```

### 暂时会以快照版本的方式迭代,等后续稳定之后发行3.5.0正式版本.(2021年2月1日)

#### 3.5.0版本不兼容项

| | 方法 | 修改说明 |
| --------------- | ---------------- | --------------------------------------------------------- |
| FileOutConfig | outputFile | 方法返回值修改为File,自定义类直接new File(xxxxx)返回即可. |
| InjectionConfig | prepareObjectMap | 方法返回值修改为void |


### 使用(存在对历史版本的不兼容)
```java
new SimpleAutoGenerator() {
@Override
public IConfigBuilder<DataSourceConfig> dataSourceConfigBuilder() {
return new DataSourceConfig.Builder("jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;CASE_INSENSITIVE_IDENTIFIERS=TRUE",
"sa", "");
}
}.execute();
```

#### 数据库配置(DataSourceConfig)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ext {

allprojects {
group = 'com.baomidou'
version = "3.5.0.1-SNAPSHOT"
version = "3.5.0"
}

description = "Mybatis 增强工具包 - 只做增强不做改变,简化CRUD操作"
Expand Down

0 comments on commit 20bd456

Please sign in to comment.