commit 75509d3e9134c938a40993f10188c34a96efb482
Author: 冯凯 <371894675@qq.com>
Date: Wed Oct 18 21:39:37 2023 +0800
init consultation
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/
+
+
+