mirror of https://gitee.com/stylefeng/roses
【7.0.3】更新mongodb版本
parent
05b6732736
commit
725976dbcf
|
@ -59,7 +59,7 @@ public class MongodbConfig {
|
|||
<dependency>
|
||||
<groupId>cn.stylefeng.roses</groupId>
|
||||
<artifactId>mongodb-integration-beetl</artifactId>
|
||||
<version>7.0.2</version>
|
||||
<version>${current.roses.version}</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<artifactId>kernel-d-mongodb</artifactId>
|
||||
<groupId>cn.stylefeng.roses</groupId>
|
||||
<version>7.0.2</version>
|
||||
<version>7.0.3</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
|||
<dependency>
|
||||
<groupId>cn.stylefeng.roses</groupId>
|
||||
<artifactId>db-api</artifactId>
|
||||
<version>7.0.2</version>
|
||||
<version>7.0.3</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<artifactId>kernel-d-mongodb</artifactId>
|
||||
<groupId>cn.stylefeng.roses</groupId>
|
||||
<version>7.0.2</version>
|
||||
<version>7.0.3</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
@ -22,14 +22,14 @@
|
|||
<dependency>
|
||||
<groupId>cn.stylefeng.roses</groupId>
|
||||
<artifactId>scanner-api</artifactId>
|
||||
<version>7.0.2</version>
|
||||
<version>7.0.3</version>
|
||||
</dependency>
|
||||
|
||||
<!--Mongodb file自动配置-->
|
||||
<dependency>
|
||||
<groupId>cn.stylefeng.roses</groupId>
|
||||
<artifactId>mongodb-spring-boot-starter</artifactId>
|
||||
<version>7.0.2</version>
|
||||
<version>7.0.3</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<artifactId>kernel-d-mongodb</artifactId>
|
||||
<groupId>cn.stylefeng.roses</groupId>
|
||||
<version>7.0.2</version>
|
||||
<version>7.0.3</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
|||
<dependency>
|
||||
<groupId>cn.stylefeng.roses</groupId>
|
||||
<artifactId>auth-api</artifactId>
|
||||
<version>7.0.2</version>
|
||||
<version>7.0.3</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
|||
<dependency>
|
||||
<groupId>cn.stylefeng.roses</groupId>
|
||||
<artifactId>mongodb-api</artifactId>
|
||||
<version>7.0.2</version>
|
||||
<version>7.0.3</version>
|
||||
</dependency>
|
||||
|
||||
<!--SpringBoot 与 MongoDB 整合-->
|
||||
|
@ -41,5 +41,6 @@
|
|||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-data-mongodb</artifactId>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
</project>
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<artifactId>kernel-d-mongodb</artifactId>
|
||||
<groupId>cn.stylefeng.roses</groupId>
|
||||
<version>7.0.2</version>
|
||||
<version>7.0.3</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
|||
<dependency>
|
||||
<groupId>cn.stylefeng.roses</groupId>
|
||||
<artifactId>mongodb-api</artifactId>
|
||||
<version>7.0.2</version>
|
||||
<version>7.0.3</version>
|
||||
</dependency>
|
||||
|
||||
<!--SpringBoot 与 MongoDB 整合-->
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<artifactId>kernel-d-mongodb</artifactId>
|
||||
<groupId>cn.stylefeng.roses</groupId>
|
||||
<version>7.0.2</version>
|
||||
<version>7.0.3</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
@ -21,14 +21,14 @@
|
|||
<dependency>
|
||||
<groupId>cn.stylefeng.roses</groupId>
|
||||
<artifactId>mongodb-sdk-springboot</artifactId>
|
||||
<version>7.0.2</version>
|
||||
<version>7.0.3</version>
|
||||
</dependency>
|
||||
|
||||
<!--MongoDB文件管理模块的sdk-->
|
||||
<dependency>
|
||||
<groupId>cn.stylefeng.roses</groupId>
|
||||
<artifactId>mongodb-sdk-file</artifactId>
|
||||
<version>7.0.2</version>
|
||||
<version>7.0.3</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>roses-kernel</artifactId>
|
||||
<groupId>cn.stylefeng.roses</groupId>
|
||||
<version>7.0.2</version>
|
||||
<artifactId>roses-kernel</artifactId>
|
||||
<version>7.0.3</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
@ -19,18 +19,13 @@
|
|||
<module>mongodb-integration-beetl</module>
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>8</maven.compiler.source>
|
||||
<maven.compiler.target>8</maven.compiler.target>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<!-- 开发规则 -->
|
||||
<dependency>
|
||||
<groupId>cn.stylefeng.roses</groupId>
|
||||
<artifactId>kernel-a-rule</artifactId>
|
||||
<version>7.0.2</version>
|
||||
<version>7.0.3</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
|
Loading…
Reference in New Issue