2 Commits 6a8aad9b5d ... 11be9d9180

Author SHA1 Message Date
  zhaoliang 11be9d9180 Merge remote-tracking branch 'origin/dev01' into dev01 3 months ago
  zhaoliang 40a6706250 提交父工程和base基础工程 3 months ago
4 changed files with 41 additions and 0 deletions
  1. 8 0
      .idea/.gitignore
  2. 15 0
      .idea/gradle.xml
  3. 10 0
      .idea/misc.xml
  4. 8 0
      .idea/modules.xml

+ 8 - 0
.idea/.gitignore

@@ -0,0 +1,8 @@
1
+# Default ignored files
2
+/shelf/
3
+/workspace.xml
4
+# Editor-based HTTP Client requests
5
+/httpRequests/
6
+# Datasource local storage ignored files
7
+/dataSources/
8
+/dataSources.local.xml

+ 15 - 0
.idea/gradle.xml

@@ -0,0 +1,15 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="GradleSettings">
4
+    <option name="linkedExternalProjectsSettings">
5
+      <GradleProjectSettings>
6
+        <option name="externalProjectPath" value="$PROJECT_DIR$/xuecheng-plus-parent" />
7
+        <option name="modules">
8
+          <set>
9
+            <option value="$PROJECT_DIR$/xuecheng-plus-parent" />
10
+          </set>
11
+        </option>
12
+      </GradleProjectSettings>
13
+    </option>
14
+  </component>
15
+</project>

+ 10 - 0
.idea/misc.xml

@@ -0,0 +1,10 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="ExternalStorageConfigurationManager" enabled="true" />
4
+  <component name="FrameworkDetectionExcludesConfiguration">
5
+    <file type="web" url="file://$PROJECT_DIR$/xuecheng-plus-parent" />
6
+  </component>
7
+  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
8
+    <output url="file://$PROJECT_DIR$/out" />
9
+  </component>
10
+</project>

+ 8 - 0
.idea/modules.xml

@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="ProjectModuleManager">
4
+    <modules>
5
+      <module fileurl="file://$PROJECT_DIR$/.idea/xuecheng-plus-project.iml" filepath="$PROJECT_DIR$/.idea/xuecheng-plus-project.iml" />
6
+    </modules>
7
+  </component>
8
+</project>