版本更改为2.0.5

This commit is contained in:
Zhaoyang 2020-03-13 14:19:15 +08:00
parent b3b050479c
commit e9003ad3bc
10 changed files with 21 additions and 2444 deletions

View File

@ -7,11 +7,11 @@
<parent>
<groupId>com.diboot</groupId>
<artifactId>diboot-root</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
</parent>
<artifactId>diboot-core-spring-boot-starter</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
<packaging>jar</packaging>
<description>diboot core starter project</description>
@ -25,7 +25,7 @@
<dependency>
<groupId>com.diboot</groupId>
<artifactId>diboot-core</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
</dependency>
<dependency>

View File

@ -48,14 +48,14 @@ private List<Role> roleList;
### 1. 引入依赖
Gradle:
~~~gradle
compile("com.diboot:diboot-core-spring-boot-starter:2.0.4")
compile("com.diboot:diboot-core-spring-boot-starter:2.0.5")
~~~
或Maven
~~~xml
<dependency>
<groupId>com.diboot</groupId>
<artifactId>diboot-core-spring-boot-starter</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
</dependency>
~~~
> * 使用diboot-devtools会自动引入diboot-core无需配置此依赖。

View File

@ -7,11 +7,11 @@
<parent>
<groupId>com.diboot</groupId>
<artifactId>diboot-root</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
</parent>
<artifactId>diboot-core</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
<packaging>jar</packaging>
<description>diboot core project</description>

View File

@ -6,7 +6,7 @@ import java.util.*;
/**
* 可校验的List包装类用于接收List并绑定校验
* @author : uu
* @version : v2.0.4
* @version : v2.0.5
* @Date 2020-01-10
*/
public class ValidList<T> implements List<T> {

View File

@ -5,21 +5,21 @@
## 引入依赖
* Gradle项目引入依赖
```
providedCompile("com.diboot:diboot-devtools-spring-boot-starter:2.0.4")
compile("com.diboot:diboot-core-spring-boot-starter:2.0.4")
providedCompile("com.diboot:diboot-devtools-spring-boot-starter:2.0.5")
compile("com.diboot:diboot-core-spring-boot-starter:2.0.5")
```
* Maven项目引入依赖
```
<dependency>
<groupId>com.diboot</groupId>
<artifactId>diboot-devtools-spring-boot-starter</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.diboot</groupId>
<artifactId>diboot-core-spring-boot-starter</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
</dependency>
```
> diboot-devtools-spring-boot-starter 是用于开发过程的助手工具,须声明 **provided**以免打包至非开发环境。

View File

@ -3,14 +3,14 @@
## 1、引入依赖
Gradle:
~~~gradle
compile("com.diboot:diboot-iam-base-spring-boot-starter:2.0.4-RC2")
compile("com.diboot:diboot-iam-base-spring-boot-starter:2.0.5")
~~~
或Maven
~~~xml
<dependency>
<groupId>com.diboot</groupId>
<artifactId>diboot-iam-base-spring-boot-starter</artifactId>
<version>2.0.4-RC2</version>
<version>2.0.5</version>
</dependency>
~~~
> 配置了数据库连接初次启动时iam-base starter组件会自初始化生成相关的表及初始数据。

File diff suppressed because it is too large Load Diff

View File

@ -7,11 +7,11 @@
<parent>
<artifactId>diboot-root</artifactId>
<groupId>com.diboot</groupId>
<version>2.0.4</version>
<version>2.0.5</version>
</parent>
<artifactId>diboot-file-spring-boot-starter</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
<packaging>jar</packaging>
<description>diboot file component project</description>
@ -25,7 +25,7 @@
<dependency>
<groupId>com.diboot</groupId>
<artifactId>diboot-core-spring-boot-starter</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
</dependency>
<!-- 文件上传 -->

View File

@ -7,11 +7,11 @@
<parent>
<groupId>com.diboot</groupId>
<artifactId>diboot-root</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
</parent>
<artifactId>diboot-iam-base-spring-boot-starter</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
<packaging>jar</packaging>
<description>diboot IAM base project</description>
@ -25,7 +25,7 @@
<dependency>
<groupId>com.diboot</groupId>
<artifactId>diboot-core-spring-boot-starter</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
</dependency>
<!-- 依赖shiro、JWT -->

View File

@ -13,7 +13,7 @@
<groupId>com.diboot</groupId>
<artifactId>diboot-root</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
<packaging>pom</packaging>
<modules>