Skip to content

Commit 3fae6a6

Browse files
authored
Merge pull request #15 from xiaolongyuan/develop
升级spring依赖
2 parents 9355d49 + d904455 commit 3fae6a6

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ Moss(莫斯),让Spring Cloud应用不再流浪!
3333
| --- | --- | --- |
3434
| **服务画像** |||
3535
| **服务实例画像** | ☑️ ||
36-
| **支持单Eureka**| ☑️ ||
37-
| **支持单Nacos**| ☑️ ||
38-
| **支持多Eureka,在线动态增加,删除,切换**| ❌️ ||
36+
| **支持单Eureka集群**| ☑️ ||
37+
| **支持单Nacos集群**| ☑️ ||
38+
| **支持多Eureka集群,在线动态增加,删除,切换**| ❌️ ||
3939
| 前端技术| Vue | Ant Design Pro|
4040
| **支持Spring Boot 1.5.X和Spring Boot 2.0.X**| ☑️ ||
4141
| **服务调用拓扑**|||

pom.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>2.1.3.RELEASE</version>
9+
<version>2.1.4.RELEASE</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212

@@ -27,21 +27,21 @@
2727
<build-plugin.exec.version>1.6.0</build-plugin.exec.version>
2828
<build-plugin.git-commit-id.version>2.2.2</build-plugin.git-commit-id.version>
2929
<!-- used dependencies versions -->
30-
<spring-boot.version>2.1.3.RELEASE</spring-boot.version>
31-
<spring-cloud.version>Greenwich.RELEASE</spring-cloud.version>
30+
<spring-boot.version>2.1.4.RELEASE</spring-boot.version>
31+
<spring-cloud.version>Greenwich.SR1</spring-cloud.version>
3232
<hazelcast-tests.version>3.11</hazelcast-tests.version>
3333
<findbugs-jsr305.version>3.0.2</findbugs-jsr305.version>
3434
</properties>
3535

3636
<modules>
37-
<module>moss-client</module>
38-
<module>moss-core</module>
39-
<module>moss-web</module>
40-
<module>moss-extension</module>
41-
<module>moss-service</module>
42-
<module>moss-service-api</module>
43-
<module>moss-common</module>
44-
<module>moss-adapter</module>
37+
<module>moss-client</module>
38+
<module>moss-core</module>
39+
<module>moss-web</module>
40+
<module>moss-extension</module>
41+
<module>moss-service</module>
42+
<module>moss-service-api</module>
43+
<module>moss-common</module>
44+
<module>moss-adapter</module>
4545
</modules>
4646

4747
<dependencyManagement>
@@ -97,11 +97,11 @@
9797
<version>1.0.0.RELEASE</version>
9898
</dependency>
9999

100-
<dependency>
101-
<groupId>org.xujin.moss</groupId>
102-
<artifactId>moss-business</artifactId>
103-
<version>1.0.0.RELEASE</version>
104-
</dependency>
100+
<!-- <dependency>-->
101+
<!-- <groupId>org.xujin.moss</groupId>-->
102+
<!-- <artifactId>moss-business</artifactId>-->
103+
<!-- <version>1.0.0.RELEASE</version>-->
104+
<!-- </dependency>-->
105105

106106
<dependency>
107107
<groupId>org.xujin.moss</groupId>

0 commit comments

Comments
 (0)