Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 63b2565

Browse files
update
1 parent 9f51446 commit 63b2565

File tree

41 files changed

+72
-62
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+72
-62
lines changed

‎chapter1/eureka-server/pom.xml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<artifactId>spring-cloud-starter-eureka-server</artifactId>
3131
</dependency>
3232

33+
3334
<dependency>
3435
<groupId>org.springframework.boot</groupId>
3536
<artifactId>spring-boot-starter-test</artifactId>
@@ -42,7 +43,7 @@
4243
<dependency>
4344
<groupId>org.springframework.cloud</groupId>
4445
<artifactId>spring-cloud-dependencies</artifactId>
45-
<version>Dalston.RC1</version>
46+
<version>Dalston.SR1</version>
4647
<type>pom</type>
4748
<scope>import</scope>
4849
</dependency>

‎chapter1/service-hi/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.springframework.cloud</groupId>
4848
<artifactId>spring-cloud-dependencies</artifactId>
49-
<version>Dalston.RC1</version>
49+
<version>Dalston.SR1</version>
5050
<type>pom</type>
5151
<scope>import</scope>
5252
</dependency>

‎chapter10/eureka-server/pom.xml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<groupId>com.forezp</groupId>
6+
<groupId>com.forezp.chapter10</groupId>
77
<artifactId>eureka-server</artifactId>
88
<version>0.0.1-SNAPSHOT</version>
99
<packaging>jar</packaging>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.springframework.cloud</groupId>
4444
<artifactId>spring-cloud-dependencies</artifactId>
45-
<version>Dalston.RC1</version>
45+
<version>Dalston.SR1</version>
4646
<type>pom</type>
4747
<scope>import</scope>
4848
</dependency>

‎chapter10/service-hi/pom.xml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<groupId>com.forezp</groupId>
6+
<groupId>com.forezp.chapter10</groupId>
77
<artifactId>service-hi</artifactId>
88
<version>0.0.1-SNAPSHOT</version>
99
<packaging>jar</packaging>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.springframework.cloud</groupId>
4848
<artifactId>spring-cloud-dependencies</artifactId>
49-
<version>Dalston.RC1</version>
49+
<version>Dalston.SR1</version>
5050
<type>pom</type>
5151
<scope>import</scope>
5252
</dependency>

‎chapter11-2/eureka-server/pom.xml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<groupId>com.forezp</groupId>
6+
<groupId>com.forezp.chapter11-2</groupId>
77
<artifactId>eureka-server</artifactId>
88
<version>0.0.1-SNAPSHOT</version>
99
<packaging>jar</packaging>
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>org.springframework.cloud</groupId>
4545
<artifactId>spring-cloud-dependencies</artifactId>
46-
<version>Dalston.RC1</version>
46+
<version>Dalston.SR1</version>
4747
<type>pom</type>
4848
<scope>import</scope>
4949
</dependency>

‎chapter11-2/service-hi/pom.xml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<groupId>com.forezp</groupId>
6+
<groupId>com.forezp.chapter11-2</groupId>
77
<artifactId>service-hi</artifactId>
88
<version>0.0.1-SNAPSHOT</version>
99
<packaging>jar</packaging>
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>org.springframework.cloud</groupId>
4949
<artifactId>spring-cloud-dependencies</artifactId>
50-
<version>Dalston.RC1</version>
50+
<version>Dalston.SR1</version>
5151
<type>pom</type>
5252
<scope>import</scope>
5353
</dependency>

‎chapter11/eureka-server/pom.xml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<groupId>com.forezp</groupId>
6+
<groupId>com.forezp.chapter11</groupId>
77
<artifactId>eureka-server</artifactId>
88
<version>0.0.1-SNAPSHOT</version>
99
<packaging>jar</packaging>
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>org.springframework.cloud</groupId>
4545
<artifactId>spring-cloud-dependencies</artifactId>
46-
<version>Dalston.RC1</version>
46+
<version>Dalston.SR1</version>
4747
<type>pom</type>
4848
<scope>import</scope>
4949
</dependency>

‎chapter11/service-hi/pom.xml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<groupId>com.forezp</groupId>
6+
<groupId>com.forezp.chapter11</groupId>
77
<artifactId>service-hi</artifactId>
88
<version>0.0.1-SNAPSHOT</version>
99
<packaging>jar</packaging>
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>org.springframework.cloud</groupId>
4949
<artifactId>spring-cloud-dependencies</artifactId>
50-
<version>Dalston.RC1</version>
50+
<version>Dalston.SR1</version>
5151
<type>pom</type>
5252
<scope>import</scope>
5353
</dependency>

‎chapter12/eureka-server/pom.xml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<groupId>com.forezp</groupId>
6+
<groupId>com.forezp.chapter12</groupId>
77
<artifactId>eureka-server</artifactId>
88
<version>0.0.1-SNAPSHOT</version>
99
<packaging>jar</packaging>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.springframework.cloud</groupId>
4444
<artifactId>spring-cloud-dependencies</artifactId>
45-
<version>Dalston.RC1</version>
45+
<version>Dalston.SR1</version>
4646
<type>pom</type>
4747
<scope>import</scope>
4848
</dependency>

‎chapter12/service-hi/pom.xml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<groupId>com.forezp</groupId>
6+
<groupId>com.forezp.chapter12</groupId>
77
<artifactId>service-hi</artifactId>
88
<version>0.0.1-SNAPSHOT</version>
99
<packaging>jar</packaging>
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>org.springframework.cloud</groupId>
6161
<artifactId>spring-cloud-dependencies</artifactId>
62-
<version>Dalston.RC1</version>
62+
<version>Dalston.SR1</version>
6363
<type>pom</type>
6464
<scope>import</scope>
6565
</dependency>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /