Skip to content

Commit

Permalink
Integrating spring cloud alibaba
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhengfa committed Jul 8, 2020
1 parent aadc806 commit 683a664
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion mitbook-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@

<dependencyManagement>
<dependencies>
<!--整合spring cloud alibaba-->
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
Expand Down
6 changes: 5 additions & 1 deletion mitbook-client/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@

server.port=9000
spring.application.name=mitbook-client
spring.cloud.nacos.discovery.server-addr=127.0.0.1:8848
spring.cloud.nacos.discovery.cluster-name=BJ
spring.cloud.nacos.discovery.metadata.version=v1
1 change: 0 additions & 1 deletion mitbook-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@

<dependencyManagement>
<dependencies>
<!--整合spring cloud alibaba-->
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@

<dependencyManagement>
<dependencies>
<!--整合spring cloud alibaba-->
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
Expand Down

0 comments on commit 683a664

Please sign in to comment.