Skip to content

Commit

Permalink
Update software for Spring cloud.
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-taman committed Jun 4, 2020
1 parent 1beac7a commit 5002a20
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,5 +389,11 @@ Removing network ssm_default
### The End
Happy coding :)
### Credit for Original Code
The code here at first inspired by the book [Hands-On Microservices With Spring Boot and Spring
Cloud book by Packt Publishing](https://www.packtpub.com/web-development/hands-on-microservices-with-spring-boot-and-spring-cloud). Here I am adding more business concepts, while
kepping the project software stack updated to the most recent software versions. Besides
, adding more use cases and problems, my team and I are facing in a day by day work.
# License
Copyright (C) 2017-2020 Mohamed Taman, Licensed under the MIT License.
4 changes: 2 additions & 2 deletions store-base/store-build-chassis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<properties>
<java.version>14</java.version>
<spring.cloud.version>2020-1.M1</spring.cloud.version>
<spring.cloud.version>2020.0.0-M2</spring.cloud.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

Expand All @@ -33,7 +33,7 @@
<maven.plugin.version.version>2.7</maven.plugin.version.version>
<maven.plugin.dockerfile.version>1.4.13</maven.plugin.dockerfile.version>
<springfox.swagger.version>3.0.0-SNAPSHOT</springfox.swagger.version>
<org.mapstruct.version>1.3.1.Final</org.mapstruct.version>
<org.mapstruct.version>1.4.0.Beta1</org.mapstruct.version>
<org.lombok.version>1.18.12</org.lombok.version>

<!--Plugins control points -->
Expand Down
5 changes: 3 additions & 2 deletions store-base/store-cloud-chassis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<!-- End - Providing some useful infos about the service through REST API -->

<!-- Start - Cloud dependencies -->
<!-- Start - Spring Stream processing using "RabbitMQ massaging" -->
<dependency>
Expand All @@ -49,9 +50,9 @@
<artifactId>spring-cloud-starter-zipkin</artifactId>
</dependency>
<!-- End - Spring Cloud Distributed Tracking with "Zipkin" -->


<!-- End - Cloud dependencies -->
<!-- End - Core spring dependencies -->

<!-- Start - Testing dependencies -->
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 0 additions & 2 deletions store-base/store-service-chassis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
</dependency>
<!-- End - Spring cloud Eureka service discovery client -->
<!-- End - Cloud dependencies -->
<!-- End - Core spring dependencies -->

<!-- Start - Testing dependencies -->
<!-- Start - Spring reactor testing library -->
Expand Down

0 comments on commit 5002a20

Please sign in to comment.