版本更改为2.0.5
This commit is contained in:
parent
b3b050479c
commit
e9003ad3bc
|
@ -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>
|
||||
|
|
|
@ -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,无需配置此依赖。
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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> {
|
||||
|
|
|
@ -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**以免打包至非开发环境。
|
||||
|
|
|
@ -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
|
@ -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>
|
||||
|
||||
<!-- 文件上传 -->
|
||||
|
|
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue