mirror of
https://gitee.com/incloudcode/yexuejc-springboot.git
synced 2026-01-13 07:11:22 +08:00
新增声明包
This commit is contained in:
12
UPDATE.md
12
UPDATE.md
@@ -1,6 +1,18 @@
|
|||||||
yexuejc-springboot 更新内容
|
yexuejc-springboot 更新内容
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
#### version :1.1.2
|
||||||
|
**time:2018-9-28 15:23:32** <br/>
|
||||||
|
**branch:** master <br/>
|
||||||
|
**关联工程:** <br/>
|
||||||
|
```
|
||||||
|
springboot-base:1.1.9
|
||||||
|
spring-boot-starter-parent:1.5.16.RELEASE
|
||||||
|
```
|
||||||
|
**update:** <br/>
|
||||||
|
1. 新增声明包
|
||||||
|
#
|
||||||
|
|
||||||
#### version :1.1.1
|
#### version :1.1.1
|
||||||
**time:2018-9-26 17:00:38** <br/>
|
**time:2018-9-26 17:00:38** <br/>
|
||||||
**branch:** master <br/>
|
**branch:** master <br/>
|
||||||
|
|||||||
7
pom.xml
7
pom.xml
@@ -57,6 +57,7 @@
|
|||||||
<reflectasm.version>1.09</reflectasm.version>
|
<reflectasm.version>1.09</reflectasm.version>
|
||||||
<!--dubbo-->
|
<!--dubbo-->
|
||||||
<dubbo-spring-boot-starter.version>0.2.0</dubbo-spring-boot-starter.version>
|
<dubbo-spring-boot-starter.version>0.2.0</dubbo-spring-boot-starter.version>
|
||||||
|
<mybatis-plus.version>3.0.3</mybatis-plus.version>
|
||||||
</properties>
|
</properties>
|
||||||
<!-- 声明包版本 继承项目自引入 -->
|
<!-- 声明包版本 继承项目自引入 -->
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
@@ -190,6 +191,12 @@
|
|||||||
<artifactId>dubbo-spring-boot-starter</artifactId>
|
<artifactId>dubbo-spring-boot-starter</artifactId>
|
||||||
<version>${dubbo-spring-boot-starter.version}</version>
|
<version>${dubbo-spring-boot-starter.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!-- springboot mybatis-plus-->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.baomidou</groupId>
|
||||||
|
<artifactId>mybatis-plus-boot-starter</artifactId>
|
||||||
|
<version>${mybatis-plus.version}</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user