Skip to content

Commit c7bac19

Browse files
committed
config-server fails to start fixes #75
2 parents 3d24af5 + ebc0615 commit c7bac19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- This project is a development of a small set of **Spring Boot** and **Cloud** based Microservices projects that implement cloud-native intuitive, Reactive Programming, Event-driven, Microservices design patterns, and coding best practices.
55
- The project follows [**CloudNative**](https://www.cncf.io/) recommendations and The [**twelve-factor app**](https://12factor.net/) methodology for building *software-as-a-service apps* to show how μServices should be developed and deployed.
66
- This project uses cutting edge technologies like Docker, Kubernetes, Elasticsearch Stack for
7-
logging and monitoring, Java SE 14, MySQL, and MongoDB databases, all components developed with TDD in mind, covering integration & performance testing, and many more.
7+
logging and monitoring, Java SE 15, MySQL, and MongoDB databases, all components developed with TDD in mind, covering integration & performance testing, and many more.
88
- This project is going to be developed as stages, and all such stage steps are documented under
99
the project **Springy Store μServices** [wiki page](https://github.com/mohamed-taman/Springy-Store-Microservices/wiki).
1010
---

store-base/store-build-chassis/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>2.4.0-SNAPSHOT</version>
9+
<version>2.4.0-M1</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212

@@ -19,7 +19,7 @@
1919

2020
<properties>
2121
<java.version>15</java.version>
22-
<spring.cloud.version>2020.0.0-SNAPSHOT</spring.cloud.version>
22+
<spring.cloud.version>2020.0.0-M3</spring.cloud.version>
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2525

0 commit comments

Comments
 (0)