File tree 11 files changed +47
-14
lines changed
product-composite-service
11 files changed +47
-14
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ WORKDIR /home/taman/application
38
38
# Copy all layers from builder stage to current image
39
39
COPY --from=builder temp/dependencies/ ./
40
40
COPY --from=builder temp/snapshot-dependencies/ ./
41
- COPY --from=builder temp/resources / ./
41
+ COPY --from=builder temp/spring-boot-loader / ./
42
42
COPY --from=builder temp/application/ ./
43
43
44
44
# Expose current application to port 8080
Original file line number Diff line number Diff line change 13
13
<version >0.0.1-SNAPSHOT</version >
14
14
<name >Product Composite Service</name >
15
15
<description >Product Composite Service Spring Boot based project</description >
16
+ <packaging >jar</packaging >
16
17
17
18
<properties >
18
19
<skip .dockerization>false</skip .dockerization>
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ WORKDIR /home/taman/application
39
39
# Copy all layers from builder stage to current image
40
40
COPY --from=builder temp/dependencies/ ./
41
41
COPY --from=builder temp/snapshot-dependencies/ ./
42
- COPY --from=builder temp/resources / ./
42
+ COPY --from=builder temp/spring-boot-loader / ./
43
43
COPY --from=builder temp/application/ ./
44
44
45
45
# Expose current application to port 8080
Original file line number Diff line number Diff line change 13
13
<version >0.0.1-SNAPSHOT</version >
14
14
<name >Product Service</name >
15
15
<description >Product Service Spring Boot based project</description >
16
+ <packaging >jar</packaging >
16
17
17
18
<properties >
18
19
<skip .dockerization>false</skip .dockerization>
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ WORKDIR /home/taman/application
39
39
# Copy all layers from builder stage to current image
40
40
COPY --from=builder temp/dependencies/ ./
41
41
COPY --from=builder temp/snapshot-dependencies/ ./
42
- COPY --from=builder temp/resources / ./
42
+ COPY --from=builder temp/spring-boot-loader / ./
43
43
COPY --from=builder temp/application/ ./
44
44
45
45
# Expose current application to port 8080
Original file line number Diff line number Diff line change 13
13
<version >0.0.1-SNAPSHOT</version >
14
14
<name >Recommendation Service</name >
15
15
<description >Recommendation Service Spring Boot based project</description >
16
+ <packaging >jar</packaging >
16
17
17
18
<properties >
18
19
<skip .dockerization>false</skip .dockerization>
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ WORKDIR /home/taman/application
39
39
# Copy all layers from builder stage to current image
40
40
COPY --from=builder temp/dependencies/ ./
41
41
COPY --from=builder temp/snapshot-dependencies/ ./
42
- COPY --from=builder temp/resources / ./
42
+ COPY --from=builder temp/spring-boot-loader / ./
43
43
COPY --from=builder temp/application/ ./
44
44
45
45
# Expose current application to port 8080
Original file line number Diff line number Diff line change 13
13
<version >0.0.1-SNAPSHOT</version >
14
14
<name >Review Service</name >
15
15
<description >Review Service Spring Boot based project</description >
16
+ <packaging >jar</packaging >
16
17
17
18
<properties >
18
19
<skip .dockerization>false</skip .dockerization>
Original file line number Diff line number Diff line change 7
7
<groupId >com.siriusxi.ms.store</groupId >
8
8
<artifactId >store-api</artifactId >
9
9
<version >1.0-SNAPSHOT</version >
10
- <packaging >jar</packaging >
11
-
12
10
<name >Springy Store APIs</name >
13
11
<description >Project that define all Springy Store DTOs and REST APIs contracts</description >
12
+ <packaging >jar</packaging >
14
13
15
14
<properties >
16
15
<java .version>14</java .version>
17
16
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
18
17
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
19
18
<!-- Libraries versions -->
20
- <spring .boot.dependencies.version>2.3.0.M3 </spring .boot.dependencies.version>
19
+ <spring .boot.dependencies.version>2.3.0.M4 </spring .boot.dependencies.version>
21
20
<maven .compiler.plugin.version>3.8.1</maven .compiler.plugin.version>
22
21
<maven .surefire.plugin.version>3.0.0-M4</maven .surefire.plugin.version>
23
22
<maven .failsafe.plugin.version>3.0.0-M4</maven .failsafe.plugin.version>
80
79
</configuration >
81
80
</plugin >
82
81
</plugins >
83
-
84
82
</build >
83
+
84
+ <repositories >
85
+ <repository >
86
+ <id >spring-milestones</id >
87
+ <name >Spring Milestones</name >
88
+ <url >https://repo.spring.io/milestone</url >
89
+ </repository >
90
+ </repositories >
91
+
92
+ <pluginRepositories >
93
+ <pluginRepository >
94
+ <id >spring-milestones</id >
95
+ <name >Spring Milestones</name >
96
+ <url >https://repo.spring.io/milestone</url >
97
+ </pluginRepository >
98
+ </pluginRepositories >
85
99
</project >
Original file line number Diff line number Diff line change 13
13
<groupId >com.siriusxi.ms.store</groupId >
14
14
<artifactId >store-chassis</artifactId >
15
15
<version >0.0.1-SNAPSHOT</version >
16
- <packaging >pom</packaging >
17
16
<name >Springy Store Chassis</name >
18
17
<description >Parent pom project for Springy μServices</description >
18
+ <packaging >pom</packaging >
19
19
20
20
<modules >
21
21
<module >../product-composite-service</module >
35
35
<dockerfile-maven-version >1.4.13</dockerfile-maven-version >
36
36
37
37
<!-- Custom properties -->
38
- <maintainer .name>Mohamed Taman</maintainer .name>
38
+ <maintainer .name>" Mohamed Taman" </maintainer .name>
39
39
<
maintainer .email>
[email protected] </
maintainer .email>
40
40
<docker .repo.image.prefix>siriusxi</docker .repo.image.prefix>
41
41
<docker .image.default.tag>latest</docker .image.default.tag>
191
191
<JAR_FILE >target/${project.build.finalName} .jar</JAR_FILE >
192
192
<IMAGE_VERSION >${project.version} </IMAGE_VERSION >
193
193
<IMAGE_NAME >${project.name} </IMAGE_NAME >
194
- <MAINTAINER >" ${maintainer.name} (${maintainer.email} )" </MAINTAINER >
194
+ <MAINTAINER >${maintainer.name} (${maintainer.email} )</MAINTAINER >
195
195
</buildArgs >
196
196
</configuration >
197
197
</plugin >
Original file line number Diff line number Diff line change 7
7
<groupId >com.siriusxi.ms.store</groupId >
8
8
<artifactId >store-utils</artifactId >
9
9
<version >1.0-SNAPSHOT</version >
10
- <packaging >jar</packaging >
11
-
12
10
<name >Springy Store Utils</name >
13
11
<description >Project that define all Springy Store shared functionality</description >
12
+ <packaging >jar</packaging >
14
13
15
14
<properties >
16
15
<java .version>14</java .version>
17
16
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
18
17
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
19
18
<!-- Libraries versions -->
20
- <spring .boot.dependencies.version>2.3.0.M3 </spring .boot.dependencies.version>
19
+ <spring .boot.dependencies.version>2.3.0.M4 </spring .boot.dependencies.version>
21
20
<maven .compiler.plugin.version>3.8.1</maven .compiler.plugin.version>
22
21
<maven .surefire.plugin.version>3.0.0-M4</maven .surefire.plugin.version>
23
22
<maven .failsafe.plugin.version>3.0.0-M4</maven .failsafe.plugin.version>
95
94
</plugins >
96
95
</build >
97
96
97
+ <repositories >
98
+ <repository >
99
+ <id >spring-milestones</id >
100
+ <name >Spring Milestones</name >
101
+ <url >https://repo.spring.io/milestone</url >
102
+ </repository >
103
+ </repositories >
104
+
105
+ <pluginRepositories >
106
+ <pluginRepository >
107
+ <id >spring-milestones</id >
108
+ <name >Spring Milestones</name >
109
+ <url >https://repo.spring.io/milestone</url >
110
+ </pluginRepository >
111
+ </pluginRepositories >
112
+
98
113
</project >
You can’t perform that action at this time.
0 commit comments