spring boot、cloud、cloud alibaba版本统一

main
topsun 2 years ago
parent e3dd40b212
commit b53a28b1e2

1
.gitignore vendored

@ -1,3 +1,4 @@
/maven-repository /maven-repository
/maven-repository/org /maven-repository/org
*.class
*.repositories *.repositories

@ -1,3 +1,4 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Tue Apr 11 20:52:54 CST 2023 #Wed Apr 12 15:06:14 CST 2023
plexus-utils-1.5.8.jar>central=
plexus-utils-1.5.8.pom>central= plexus-utils-1.5.8.pom>central=

@ -28,10 +28,10 @@
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId> <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
</dependency> </dependency>
<dependency> <!-- <dependency>-->
<groupId>org.springframework.cloud</groupId> <!-- <groupId>org.springframework.cloud</groupId>-->
<artifactId>spring-cloud-starter-openfeign</artifactId> <!-- <artifactId>spring-cloud-starter-openfeign</artifactId>-->
</dependency> <!-- </dependency>-->
</dependencies> </dependencies>
</project> </project>

@ -45,15 +45,16 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.alibaba.cloud</groupId> <groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId> <artifactId>spring-cloud-alibaba-dependencies</artifactId>
<version>2021.1</version> <version>2021.1</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.alibaba.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId> <artifactId>spring-cloud-dependencies</artifactId>
<version>2021.1</version> <version>2020.0.1</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>

Loading…
Cancel
Save