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 e2020bf

Browse files
update
1 parent bfa59ec commit e2020bf

File tree

26 files changed

+39
-28
lines changed

26 files changed

+39
-28
lines changed

‎chapter1/eureka-server/pom.xml‎

Lines changed: 1 addition & 1 deletion
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.chapter1</groupId>
77
<artifactId>eureka-server</artifactId>
88
<version>0.0.1-SNAPSHOT</version>
99
<packaging>jar</packaging>

‎chapter1/pom.xml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
<groupId>com.forezp</groupId>
88
<artifactId>chapter1</artifactId>
9+
<packaging>pom</packaging>
910
<version>1.0-SNAPSHOT</version>
1011

1112
<modules>

‎chapter1/service-hi/pom.xml‎

Lines changed: 1 addition & 1 deletion
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.chapter1</groupId>
77
<artifactId>service-hi</artifactId>
88
<version>0.0.1-SNAPSHOT</version>
99
<packaging>jar</packaging>

‎chapter2/eureka-server/pom.xml‎

Lines changed: 1 addition & 1 deletion
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.chapter2</groupId>
77
<artifactId>eureka-server</artifactId>
88
<version>0.0.1-SNAPSHOT</version>
99
<packaging>jar</packaging>

‎chapter2/pom.xml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
<groupId>com.forezp</groupId>
88
<artifactId>chapter2</artifactId>
9+
<packaging>pom</packaging>
910
<version>1.0-SNAPSHOT</version>
1011

1112
<modules>

‎chapter3/eureka-server/pom.xml‎

Lines changed: 1 addition & 1 deletion
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.chapter3</groupId>
77
<artifactId>eureka-server</artifactId>
88
<version>0.0.1-SNAPSHOT</version>
99
<packaging>jar</packaging>

‎chapter3/service-feign/pom.xml‎

Lines changed: 1 addition & 1 deletion
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.chapter3</groupId>
77
<artifactId>service-feign</artifactId>
88
<version>0.0.1-SNAPSHOT</version>
99
<packaging>jar</packaging>

‎chapter3/service-hi/pom.xml‎

Lines changed: 1 addition & 1 deletion
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.chapter3</groupId>
77
<artifactId>service-hi</artifactId>
88
<version>0.0.1-SNAPSHOT</version>
99
<packaging>jar</packaging>

‎chapter3/service-hi/src/main/resources/bootstrap.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ eureka:
33
serviceUrl:
44
defaultZone: http://localhost:8761/eureka/
55
server:
6-
port: 8762
6+
port: 8763
77
spring:
88
application:
99
name: service-hi

‎chapter3/service-ribbon/pom.xml‎

Lines changed: 1 addition & 1 deletion
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.chapter3</groupId>
77
<artifactId>service-ribbon</artifactId>
88
<version>0.0.1-SNAPSHOT</version>
99
<packaging>jar</packaging>

0 commit comments

Comments
(0)

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