Skip to content

Commit ccd14c2

Browse files
Merge pull request #1 from mohamed-taman/master
Merge master with develop
2 parents dba429a + cb65be4 commit ccd14c2

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

.gitignore

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,35 @@
2121

2222
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2323
hs_err_pid*
24+
25+
HELP.md
26+
target/
27+
!.mvn/wrapper/maven-wrapper.jar
28+
!**/src/main/**
29+
!**/src/test/**
30+
31+
### STS ###
32+
.apt_generated
33+
.classpath
34+
.factorypath
35+
.project
36+
.settings
37+
.springBeans
38+
.sts4-cache
39+
40+
### IntelliJ IDEA ###
41+
.idea
42+
*.iws
43+
*.iml
44+
*.ipr
45+
46+
### NetBeans ###
47+
/nbproject/private/
48+
/nbbuild/
49+
/dist/
50+
/nbdist/
51+
/.nb-gradle/
52+
build/
53+
54+
### VS Code ###
55+
.vscode/

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Springy Store Microservices
2+
This project is a development of a small set of Microservices spring boot based projects, that implement cloud-native recommendations to show how Microservices should be built, using the following cutting edge technologies like Docker, Kubernetes, Elasticsearch Stack, Java SE 14, MySQL database, MongoDB, and Reactive Programming, with many more.

0 commit comments

Comments
 (0)