Skip to content

Commit 6de3768

Browse files
committed
minor changes to README.md and parent pom
1 parent 26a9660 commit 6de3768

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
- This project is a development of a small set of Spring Boot based Microservices projects, that implement cloud-native intuitive, design patterns and coding best practices.
44

5-
- The project follows **cloud-natives** recommendations and The **twelve-factor app** methodology for building *software-as-a-service apps* to show how μServices should be built and deplyed.
5+
- 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 built and deplyed.
66

77
- The project is using cutting edge technologies like Docker, Kubernetes, Elasticsearch Stack for logging and monitoring, Java SE 14, MySQL database, MongoDB, TDD, unit, integration & performance testing and Reactive Programming, and many more.

store-chassis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<version>0.0.1-SNAPSHOT</version>
1616
<packaging>pom</packaging>
1717
<name>Springy Store Chassis</name>
18-
<description>Parent pom project for Spring Boot MS projects</description>
18+
<description>Parent pom project for Spring Boot μServices</description>
1919

2020
<modules>
2121
<module>../product-composite-service</module>

0 commit comments

Comments
 (0)