diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000000000000000000000000000000000000..5008ddfcf53c02e82d7eee2e57c38e5672ef89f6
Binary files /dev/null and b/.DS_Store differ
diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..13566b81b018ad684f3a35fee301741b2734c8f4
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
new file mode 100644
index 0000000000000000000000000000000000000000..4d11c9ed3272df77713a85cf963f06aa45a9d6a6
--- /dev/null
+++ b/.idea/compiler.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/encodings.xml b/.idea/encodings.xml
new file mode 100644
index 0000000000000000000000000000000000000000..182ae0c338e4fd4102d353654b9142ce60b33117
--- /dev/null
+++ b/.idea/encodings.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml
new file mode 100644
index 0000000000000000000000000000000000000000..4a8c877df492163ca196d43d2452fb004f8bd362
--- /dev/null
+++ b/.idea/jarRepositories.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000000000000000000000000000000000000..05537ceae2f113762c4209ddeed1970915abd293
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000000000000000000000000000000000000..05452d1ead6cfc16a870907437873dd4c234a2b6
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/MyCarinsurance.iml b/MyCarinsurance.iml
new file mode 100644
index 0000000000000000000000000000000000000000..9a5cfcef63aeb6c73691f546497af36a69541a4e
--- /dev/null
+++ b/MyCarinsurance.iml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/claims-management/pom.xml b/claims-management/pom.xml
new file mode 100644
index 0000000000000000000000000000000000000000..9d288cfc3f52ea54a5768b103a1753dca03c71be
--- /dev/null
+++ b/claims-management/pom.xml
@@ -0,0 +1,29 @@
+
+
+
+ 4.0.0
+
+ com.mycarinsurance.www
+ claims-management
+ 1.0-SNAPSHOT
+ war
+
+ claims-management Maven Webapp
+
+ http://www.example.com
+
+
+ parent
+ com.mycarinsurance.www
+ 1.0-SNAPSHOT
+ ../parent/pom.xml
+
+
+
+ UTF-8
+ 1.7
+ 1.7
+
+
+
diff --git a/claims-management/src/main/webapp/WEB-INF/web.xml b/claims-management/src/main/webapp/WEB-INF/web.xml
new file mode 100644
index 0000000000000000000000000000000000000000..9f88c1f9632445500e3b3688fe477b860f77d8f2
--- /dev/null
+++ b/claims-management/src/main/webapp/WEB-INF/web.xml
@@ -0,0 +1,7 @@
+
+
+
+ Archetype Created Web Application
+
diff --git a/claims-management/src/main/webapp/index.jsp b/claims-management/src/main/webapp/index.jsp
new file mode 100644
index 0000000000000000000000000000000000000000..c38169bb958579c635a5c09ee2f379cc5956c0c2
--- /dev/null
+++ b/claims-management/src/main/webapp/index.jsp
@@ -0,0 +1,5 @@
+
+
+Hello World!
+
+
diff --git a/customer-management/pom.xml b/customer-management/pom.xml
new file mode 100644
index 0000000000000000000000000000000000000000..5bcd9fc1f1a2240acd492c899e8d3c2c3c3ee6ff
--- /dev/null
+++ b/customer-management/pom.xml
@@ -0,0 +1,29 @@
+
+
+
+ 4.0.0
+
+ com.mycarinsurance.www
+ customer-management
+ 1.0-SNAPSHOT
+ war
+
+ customer-management Maven Webapp
+
+ http://www.example.com
+
+
+ parent
+ com.mycarinsurance.www
+ 1.0-SNAPSHOT
+ ../parent/pom.xml
+
+
+
+ UTF-8
+ 1.7
+ 1.7
+
+
+
diff --git a/customer-management/src/main/webapp/WEB-INF/web.xml b/customer-management/src/main/webapp/WEB-INF/web.xml
new file mode 100644
index 0000000000000000000000000000000000000000..9f88c1f9632445500e3b3688fe477b860f77d8f2
--- /dev/null
+++ b/customer-management/src/main/webapp/WEB-INF/web.xml
@@ -0,0 +1,7 @@
+
+
+
+ Archetype Created Web Application
+
diff --git a/customer-management/src/main/webapp/index.jsp b/customer-management/src/main/webapp/index.jsp
new file mode 100644
index 0000000000000000000000000000000000000000..c38169bb958579c635a5c09ee2f379cc5956c0c2
--- /dev/null
+++ b/customer-management/src/main/webapp/index.jsp
@@ -0,0 +1,5 @@
+
+
+Hello World!
+
+
diff --git a/danger-management/pom.xml b/danger-management/pom.xml
new file mode 100644
index 0000000000000000000000000000000000000000..9a6fcb51c24038ad5ba696384cf2af3e4c9e636b
--- /dev/null
+++ b/danger-management/pom.xml
@@ -0,0 +1,29 @@
+
+
+
+ 4.0.0
+
+ com.mycarinsurance.www
+ danger-management
+ 1.0-SNAPSHOT
+ war
+
+ danger-management Maven Webapp
+
+ http://www.example.com
+
+
+ parent
+ com.mycarinsurance.www
+ 1.0-SNAPSHOT
+ ../parent/pom.xml
+
+
+
+ UTF-8
+ 1.7
+ 1.7
+
+
+
diff --git a/danger-management/src/main/webapp/WEB-INF/web.xml b/danger-management/src/main/webapp/WEB-INF/web.xml
new file mode 100644
index 0000000000000000000000000000000000000000..9f88c1f9632445500e3b3688fe477b860f77d8f2
--- /dev/null
+++ b/danger-management/src/main/webapp/WEB-INF/web.xml
@@ -0,0 +1,7 @@
+
+
+
+ Archetype Created Web Application
+
diff --git a/danger-management/src/main/webapp/index.jsp b/danger-management/src/main/webapp/index.jsp
new file mode 100644
index 0000000000000000000000000000000000000000..c38169bb958579c635a5c09ee2f379cc5956c0c2
--- /dev/null
+++ b/danger-management/src/main/webapp/index.jsp
@@ -0,0 +1,5 @@
+
+
+Hello World!
+
+
diff --git a/guarantee-management/pom.xml b/guarantee-management/pom.xml
new file mode 100644
index 0000000000000000000000000000000000000000..d561a3966e649ce03ef8d4c77b71a44c6c92361d
--- /dev/null
+++ b/guarantee-management/pom.xml
@@ -0,0 +1,29 @@
+
+
+
+ 4.0.0
+
+ com.mycarinsurance.www
+ guarantee-management
+ 1.0-SNAPSHOT
+ war
+
+ guarantee-management Maven Webapp
+
+ http://www.example.com
+
+
+ parent
+ com.mycarinsurance.www
+ 1.0-SNAPSHOT
+ ../parent/pom.xml
+
+
+
+ UTF-8
+ 1.7
+ 1.7
+
+
+
diff --git a/guarantee-management/src/main/webapp/WEB-INF/web.xml b/guarantee-management/src/main/webapp/WEB-INF/web.xml
new file mode 100644
index 0000000000000000000000000000000000000000..9f88c1f9632445500e3b3688fe477b860f77d8f2
--- /dev/null
+++ b/guarantee-management/src/main/webapp/WEB-INF/web.xml
@@ -0,0 +1,7 @@
+
+
+
+ Archetype Created Web Application
+
diff --git a/guarantee-management/src/main/webapp/index.jsp b/guarantee-management/src/main/webapp/index.jsp
new file mode 100644
index 0000000000000000000000000000000000000000..c38169bb958579c635a5c09ee2f379cc5956c0c2
--- /dev/null
+++ b/guarantee-management/src/main/webapp/index.jsp
@@ -0,0 +1,5 @@
+
+
+Hello World!
+
+
diff --git a/parent/pom.xml b/parent/pom.xml
new file mode 100644
index 0000000000000000000000000000000000000000..36706c124322952826300ffce935eab8f84ecaa3
--- /dev/null
+++ b/parent/pom.xml
@@ -0,0 +1,98 @@
+
+
+
+ 4.0.0
+
+ com.mycarinsurance.www
+ parent
+ 1.0-SNAPSHOT
+ pom
+
+ parent
+
+ http://www.example.com
+
+
+ UTF-8
+ 1.8
+ 1.8
+
+
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 2.6.3
+
+
+
+
+ junit
+ junit
+ 4.11
+ test
+
+
+
+ com.alibaba.cloud
+ spring-cloud-alibaba-dependencies
+ 2021.0.1.0
+ pom
+ import
+
+
+
+ org.springframework.cloud
+ spring-cloud-dependencies
+ 2021.0.1
+ pom
+ import
+
+
+
+
+
+
+
+
+ maven-clean-plugin
+ 3.1.0
+
+
+
+ maven-resources-plugin
+ 3.0.2
+
+
+ maven-compiler-plugin
+ 3.8.0
+
+
+ maven-surefire-plugin
+ 2.22.1
+
+
+ maven-jar-plugin
+ 3.0.2
+
+
+ maven-install-plugin
+ 2.5.2
+
+
+ maven-deploy-plugin
+ 2.8.2
+
+
+
+ maven-site-plugin
+ 3.7.1
+
+
+ maven-project-info-reports-plugin
+ 3.0.0
+
+
+
+
+
diff --git a/survey-loss-management/pom.xml b/survey-loss-management/pom.xml
new file mode 100644
index 0000000000000000000000000000000000000000..58c07c148ca80f40a8495ee604d4a4ac0588925e
--- /dev/null
+++ b/survey-loss-management/pom.xml
@@ -0,0 +1,29 @@
+
+
+
+ 4.0.0
+
+ com.mycarinsurance.www
+ survey-loss-management
+ 1.0-SNAPSHOT
+ war
+
+ survey-loss-management Maven Webapp
+
+ http://www.example.com
+
+
+ parent
+ com.mycarinsurance.www
+ 1.0-SNAPSHOT
+ ../parent/pom.xml
+
+
+
+ UTF-8
+ 1.7
+ 1.7
+
+
+
diff --git a/survey-loss-management/src/main/webapp/WEB-INF/web.xml b/survey-loss-management/src/main/webapp/WEB-INF/web.xml
new file mode 100644
index 0000000000000000000000000000000000000000..9f88c1f9632445500e3b3688fe477b860f77d8f2
--- /dev/null
+++ b/survey-loss-management/src/main/webapp/WEB-INF/web.xml
@@ -0,0 +1,7 @@
+
+
+
+ Archetype Created Web Application
+
diff --git a/survey-loss-management/src/main/webapp/index.jsp b/survey-loss-management/src/main/webapp/index.jsp
new file mode 100644
index 0000000000000000000000000000000000000000..c38169bb958579c635a5c09ee2f379cc5956c0c2
--- /dev/null
+++ b/survey-loss-management/src/main/webapp/index.jsp
@@ -0,0 +1,5 @@
+
+
+Hello World!
+
+