From 75509d3e9134c938a40993f10188c34a96efb482 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=AF=E5=87=AF?= <371894675@qq.com>
Date: Wed, 18 Oct 2023 21:39:37 +0800
Subject: [PATCH] init consultation
---
.gitignore | 38 +++++++++++++++++++++++++++
.idea/.gitignore | 8 ++++++
.idea/encodings.xml | 13 ++++++++++
.idea/misc.xml | 14 ++++++++++
health-consultation-common/pom.xml | 37 +++++++++++++++++++++++++++
health-consultation-remote/pom.xml | 41 ++++++++++++++++++++++++++++++
health-consultation-server/pom.xml | 41 ++++++++++++++++++++++++++++++
pom.xml | 40 +++++++++++++++++++++++++++++
8 files changed, 232 insertions(+)
create mode 100644 .gitignore
create mode 100644 .idea/.gitignore
create mode 100644 .idea/encodings.xml
create mode 100644 .idea/misc.xml
create mode 100644 health-consultation-common/pom.xml
create mode 100644 health-consultation-remote/pom.xml
create mode 100644 health-consultation-server/pom.xml
create mode 100644 pom.xml
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5ff6309
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,38 @@
+target/
+!.mvn/wrapper/maven-wrapper.jar
+!**/src/main/**/target/
+!**/src/test/**/target/
+
+### IntelliJ IDEA ###
+.idea/modules.xml
+.idea/jarRepositories.xml
+.idea/compiler.xml
+.idea/libraries/
+*.iws
+*.iml
+*.ipr
+
+### Eclipse ###
+.apt_generated
+.classpath
+.factorypath
+.project
+.settings
+.springBeans
+.sts4-cache
+
+### NetBeans ###
+/nbproject/private/
+/nbbuild/
+/dist/
+/nbdist/
+/.nb-gradle/
+build/
+!**/src/main/**/build/
+!**/src/test/**/build/
+
+### VS Code ###
+.vscode/
+
+### Mac OS ###
+.DS_Store
\ No newline at end of file
diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..13566b8
--- /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/encodings.xml b/.idea/encodings.xml
new file mode 100644
index 0000000..b9fcbca
--- /dev/null
+++ b/.idea/encodings.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..e2044d1
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/health-consultation-common/pom.xml b/health-consultation-common/pom.xml
new file mode 100644
index 0000000..e4906b6
--- /dev/null
+++ b/health-consultation-common/pom.xml
@@ -0,0 +1,37 @@
+
+
+ 4.0.0
+
+ com.health
+ health-consultation-service
+ 3.6.3
+
+ 3.6.3
+ health-consultation-common
+
+
+
+ com.health
+ health-common-core
+
+
+
+
+
+ dragon-public
+ dragon-maven
+ http://10.100.1.7:8081/repository/maven-public/
+
+
+
+
+ dragon-release
+ dragon-releases
+ http://10.100.1.7:8081/repository/maven-releases/
+
+
+
+
+
diff --git a/health-consultation-remote/pom.xml b/health-consultation-remote/pom.xml
new file mode 100644
index 0000000..fdc7761
--- /dev/null
+++ b/health-consultation-remote/pom.xml
@@ -0,0 +1,41 @@
+
+
+ 4.0.0
+
+ com.health
+ health-consultation-service
+ 3.6.3
+
+
+ health-consultation-remote
+
+
+ 17
+ 17
+ UTF-8
+
+ 3.6.3
+
+
+ dragon-public
+ dragon-maven
+ http://10.100.1.7:8081/repository/maven-public/
+
+
+
+
+ dragon-release
+ dragon-releases
+ http://10.100.1.7:8081/repository/maven-releases/
+
+
+
+
+ com.health
+ health-consultation-common
+ 3.6.3
+
+
+
diff --git a/health-consultation-server/pom.xml b/health-consultation-server/pom.xml
new file mode 100644
index 0000000..b205c64
--- /dev/null
+++ b/health-consultation-server/pom.xml
@@ -0,0 +1,41 @@
+
+
+ 4.0.0
+
+ com.health
+ health-consultation-service
+ 3.6.3
+
+
+ health-consultation-server
+
+
+ 17
+ 17
+ UTF-8
+
+ 3.6.3
+
+
+ dragon-public
+ dragon-maven
+ http://10.100.1.7:8081/repository/maven-public/
+
+
+
+
+ dragon-release
+ dragon-releases
+ http://10.100.1.7:8081/repository/maven-releases/
+
+
+
+
+ com.health
+ health-consultation-common
+ 3.6.3
+
+
+
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..89ea821
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,40 @@
+
+
+ 4.0.0
+
+ com.health
+ health-consultation-service
+ 3.6.3
+ pom
+
+ health-consultation-common
+ health-consultation-remote
+ health-consultation-server
+
+
+ com.health
+ health-modules
+ 3.6.3
+
+
+ 17
+ 17
+ UTF-8
+
+
+
+ dragon-public
+ dragon-maven
+ http://10.100.1.7:8081/repository/maven-public/
+
+
+
+
+ dragon-release
+ dragon-releases
+ http://10.100.1.7:8081/repository/maven-releases/
+
+
+