LAPTOP-KB9HII50\70708 2 anni fa
parent
commit
f969ba63e7
3 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 1 1
      gateway/ag-basic/pom.xml
  2. 1 1
      svr/svr-base/pom.xml
  3. 1 1
      svr/svr-internet-hospital/pom.xml

+ 1 - 1
gateway/ag-basic/pom.xml

@ -139,7 +139,7 @@
        </dependency>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-netflix-eureka-client</artifactId>
            <artifactId>spring-cloud-starter-netflix-eureka-server</artifactId>
            <version>RELEASE</version>
        </dependency>
    </dependencies>

+ 1 - 1
svr/svr-base/pom.xml

@ -47,7 +47,7 @@
        </dependency>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-netflix-eureka-client</artifactId>
            <artifactId>spring-cloud-starter-netflix-eureka-server</artifactId>
        </dependency>
        <!--注释掉就不会读取git的配置,只会读取yml中的配置-->
        <dependency>

+ 1 - 1
svr/svr-internet-hospital/pom.xml

@ -47,7 +47,7 @@
        </dependency>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-netflix-eureka-client</artifactId>
            <artifactId>spring-cloud-starter-netflix-eureka-server</artifactId>
        </dependency>
        <!--注释掉就不会读取git的配置,只会读取yml中的配置-->
        <dependency>