zhaoliang 4 months ago
parent
commit
4cf9d95f80
6 changed files with 40 additions and 58 deletions
  1. 2 0
      .idea/.gitignore
  2. 0 15
      .idea/gradle.xml
  3. 17 4
      .idea/misc.xml
  4. 7 0
      .idea/modules.xml
  5. 0 32
      gitignore
  6. 14 7
      xuecheng-plus-base/pom.xml

+ 2 - 0
.idea/.gitignore

@@ -6,3 +6,5 @@
6 6
 # Datasource local storage ignored files
7 7
 /dataSources/
8 8
 /dataSources.local.xml
9
+# Zeppelin ignored files
10
+/ZeppelinRemoteNotebooks/

+ 0 - 15
.idea/gradle.xml

@@ -1,15 +0,0 @@
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>

+ 17 - 4
.idea/misc.xml

@@ -1,10 +1,23 @@
1 1
 <?xml version="1.0" encoding="UTF-8"?>
2 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" />
3
+  <component name="MarkdownSettingsMigration">
4
+    <option name="stateVersion" value="1" />
6 5
   </component>
7
-  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
6
+  <component name="MavenProjectsManager">
7
+    <option name="originalFiles">
8
+      <list>
9
+        <option value="$PROJECT_DIR$/xuecheng-plus-parent/pom.xml" />
10
+        <option value="$PROJECT_DIR$/xuecheng-plus-base/pom.xml" />
11
+        <option value="$PROJECT_DIR$/xuecheng-plus-content/pom.xml" />
12
+        <option value="$PROJECT_DIR$/xuecheng-plus-content/xuecheng-plus-content-model/pom.xml" />
13
+        <option value="$PROJECT_DIR$/xuecheng-plus-content/xuecheng-plus-content-service/pom.xml" />
14
+        <option value="$PROJECT_DIR$/xuecheng-plus-content/xuecheng-plus-content-api/pom.xml" />
15
+        <option value="$PROJECT_DIR$/xuecheng-plus-generator/pom.xml" />
16
+      </list>
17
+    </option>
18
+    <option name="workspaceImportForciblyTurnedOn" value="true" />
19
+  </component>
20
+  <component name="ProjectRootManager" version="2" languageLevel="JDK_18" project-jdk-name="1.8" project-jdk-type="JavaSDK">
8 21
     <output url="file://$PROJECT_DIR$/out" />
9 22
   </component>
10 23
 </project>

+ 7 - 0
.idea/modules.xml

@@ -2,6 +2,13 @@
2 2
 <project version="4">
3 3
   <component name="ProjectModuleManager">
4 4
     <modules>
5
+      <module fileurl="file://$PROJECT_DIR$/xuecheng-plus-base/xuecheng-plus-base.iml" filepath="$PROJECT_DIR$/xuecheng-plus-base/xuecheng-plus-base.iml" />
6
+      <module fileurl="file://$PROJECT_DIR$/xuecheng-plus-content/xuecheng-plus-content.iml" filepath="$PROJECT_DIR$/xuecheng-plus-content/xuecheng-plus-content.iml" />
7
+      <module fileurl="file://$PROJECT_DIR$/xuecheng-plus-content/xuecheng-plus-content-api/xuecheng-plus-content-api.iml" filepath="$PROJECT_DIR$/xuecheng-plus-content/xuecheng-plus-content-api/xuecheng-plus-content-api.iml" />
8
+      <module fileurl="file://$PROJECT_DIR$/xuecheng-plus-content/xuecheng-plus-content-model/xuecheng-plus-content-model.iml" filepath="$PROJECT_DIR$/xuecheng-plus-content/xuecheng-plus-content-model/xuecheng-plus-content-model.iml" />
9
+      <module fileurl="file://$PROJECT_DIR$/xuecheng-plus-content/xuecheng-plus-content-service/xuecheng-plus-content-service.iml" filepath="$PROJECT_DIR$/xuecheng-plus-content/xuecheng-plus-content-service/xuecheng-plus-content-service.iml" />
10
+      <module fileurl="file://$PROJECT_DIR$/xuecheng-plus-generator/xuecheng-plus-generator.iml" filepath="$PROJECT_DIR$/xuecheng-plus-generator/xuecheng-plus-generator.iml" />
11
+      <module fileurl="file://$PROJECT_DIR$/xuecheng-plus-parent/xuecheng-plus-parent.iml" filepath="$PROJECT_DIR$/xuecheng-plus-parent/xuecheng-plus-parent.iml" />
5 12
       <module fileurl="file://$PROJECT_DIR$/.idea/xuecheng-plus-project.iml" filepath="$PROJECT_DIR$/.idea/xuecheng-plus-project.iml" />
6 13
     </modules>
7 14
   </component>

+ 0 - 32
gitignore

@@ -1,32 +0,0 @@
1
-HELP.md
2
-target/
3
-!.mvn/wrapper/maven-wrapper.jar
4
-!**/src/main/**
5
-!**/src/test/**
6
-
7
-### STS ###
8
-.apt_generated
9
-.classpath
10
-.factorypath
11
-.project
12
-.settings
13
-.springBeans
14
-.sts4-cache
15
-
16
-### IntelliJ IDEA ###
17
-.idea
18
-*.iws
19
-*.iml
20
-*.ipr
21
-
22
-### NetBeans ###
23
-/nbproject/private/
24
-/nbbuild/
25
-/dist/
26
-/nbdist/
27
-/.nb-gradle/
28
-build/
29
-logs/
30
-
31
-### VS Code ###
32
-.vscode/

+ 14 - 7
xuecheng-plus-base/pom.xml

@@ -1,10 +1,13 @@
1
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2 4
     <modelVersion>4.0.0</modelVersion>
5
+
3 6
     <parent>
4 7
         <groupId>com.xuecheng</groupId>
5 8
         <artifactId>xuecheng-plus-parent</artifactId>
6 9
         <version>0.0.1-SNAPSHOT</version>
7
-        <!-- 基于当前pom.xml找到父工程 -->
10
+        <!--基于当前pom.xml找到父工程-->
8 11
         <relativePath>../xuecheng-plus-parent</relativePath>
9 12
     </parent>
10 13
     <artifactId>xuecheng-plus-base</artifactId>
@@ -17,18 +20,20 @@
17 20
             <groupId>org.apache.commons</groupId>
18 21
             <artifactId>commons-lang3</artifactId>
19 22
         </dependency>
20
-        <!--  fast Json  -->
23
+        <!-- fast Json -->
21 24
         <dependency>
22 25
             <groupId>com.alibaba</groupId>
23 26
             <artifactId>fastjson</artifactId>
24 27
         </dependency>
25
-        <!--  servlet Api 依赖  -->
28
+
29
+        <!-- servlet Api 依赖 -->
26 30
         <dependency>
27 31
             <groupId>javax.servlet</groupId>
28 32
             <artifactId>javax.servlet-api</artifactId>
29 33
             <scope>provided</scope>
30 34
         </dependency>
31
-        <!--  通用组件  -->
35
+
36
+        <!-- 通用组件 -->
32 37
         <dependency>
33 38
             <groupId>commons-lang</groupId>
34 39
             <artifactId>commons-lang</artifactId>
@@ -54,7 +59,7 @@
54 59
             <groupId>org.springframework.boot</groupId>
55 60
             <artifactId>spring-boot-starter-log4j2</artifactId>
56 61
         </dependency>
57
-        <!-- 根据扩展名取mimetype -->
62
+        <!--根据扩展名取mimetype-->
58 63
         <dependency>
59 64
             <groupId>com.j256.simplemagic</groupId>
60 65
             <artifactId>simplemagic</artifactId>
@@ -69,6 +74,7 @@
69 74
             <artifactId>core</artifactId>
70 75
             <version>3.3.3</version>
71 76
         </dependency>
77
+
72 78
         <dependency>
73 79
             <groupId>com.google.zxing</groupId>
74 80
             <artifactId>javase</artifactId>
@@ -87,4 +93,5 @@
87 93
             <artifactId>jackson-datatype-jsr310</artifactId>
88 94
         </dependency>
89 95
     </dependencies>
90
-</project>
96
+
97
+</project>