소스 검색

版本更新

lihui001 3 년 전
부모
커밋
a8a0cb4375
8개의 변경된 파일137개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 1
      operation_manager/pom.xml
  2. 0 1
      pom.xml
  3. 4 0
      sms_water/pom.xml
  4. 4 0
      user_auth/pom.xml
  5. 4 0
      user_center/pom.xml
  6. 40 0
      zoniot-rmcp/zoniot-rmcp-api/.gitignore
  7. 40 0
      zoniot-rmcp/zoniot-rmcp-core/.gitignore
  8. 40 0
      zoniot-rmcp/zoniot-rmcp-web/.gitignore

+ 5 - 1
operation_manager/pom.xml

@@ -90,8 +90,12 @@
                     <artifactId>spring-boot-starter-jdbc</artifactId>
                 </exclusion>
             </exclusions>
-        </dependency>
 
+        </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-pool2</artifactId>
+        </dependency>
        <!-- -->
       <!--  <dependency>
             <groupId>org.activiti</groupId>

+ 0 - 1
pom.xml

@@ -173,7 +173,6 @@
                 </exclusion>
             </exclusions>
         </dependency>
-
     </dependencies>
 
     <build>

+ 4 - 0
sms_water/pom.xml

@@ -77,6 +77,10 @@
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-quartz</artifactId>
        </dependency>
+       <dependency>
+           <groupId>org.apache.commons</groupId>
+           <artifactId>commons-pool2</artifactId>
+       </dependency>
    </dependencies>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

+ 4 - 0
user_auth/pom.xml

@@ -28,6 +28,10 @@
                </exclusion>
            </exclusions>
        </dependency>
+       <dependency>
+           <groupId>org.apache.commons</groupId>
+           <artifactId>commons-pool2</artifactId>
+       </dependency>
    </dependencies>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

+ 4 - 0
user_center/pom.xml

@@ -55,6 +55,10 @@
            <artifactId>poi-scratchpad</artifactId>
            <version>4.0.1</version>
        </dependency>
+       <dependency>
+           <groupId>org.apache.commons</groupId>
+           <artifactId>commons-pool2</artifactId>
+       </dependency>
    </dependencies>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

+ 40 - 0
zoniot-rmcp/zoniot-rmcp-api/.gitignore

@@ -0,0 +1,40 @@
+# Created by .ignore support plugin (hsz.mobi)
+# Package Files #
+*.jar
+*.war
+*.nar
+*.ear
+*.zip
+*.tar.gz
+*.rar
+target/
+
+# Compiled class file
+*.class
+
+# Log file
+*.log
+
+### Gradle Files ###
+.gradle
+/build/
+!gradle/wrapper/gradle-wrapper.jar
+
+### eclipse ###
+.classpath
+.factorypath
+.project
+
+### IntelliJ IDEA ###
+.idea
+*.iws
+*.iml
+*.ipr
+/out/
+
+### svn ###
+.svn
+
+### gitgnore ###
+*.gitgnore
+.gitgnore

+ 40 - 0
zoniot-rmcp/zoniot-rmcp-core/.gitignore

@@ -0,0 +1,40 @@
+# Created by .ignore support plugin (hsz.mobi)
+# Package Files #
+*.jar
+*.war
+*.nar
+*.ear
+*.zip
+*.tar.gz
+*.rar
+target/
+
+# Compiled class file
+*.class
+
+# Log file
+*.log
+
+### Gradle Files ###
+.gradle
+/build/
+!gradle/wrapper/gradle-wrapper.jar
+
+### eclipse ###
+.classpath
+.factorypath
+.project
+
+### IntelliJ IDEA ###
+.idea
+*.iws
+*.iml
+*.ipr
+/out/
+
+### svn ###
+.svn
+
+### gitgnore ###
+*.gitgnore
+.gitgnore

+ 40 - 0
zoniot-rmcp/zoniot-rmcp-web/.gitignore

@@ -0,0 +1,40 @@
+# Created by .ignore support plugin (hsz.mobi)
+# Package Files #
+*.jar
+*.war
+*.nar
+*.ear
+*.zip
+*.tar.gz
+*.rar
+target/
+
+# Compiled class file
+*.class
+
+# Log file
+*.log
+
+### Gradle Files ###
+.gradle
+/build/
+!gradle/wrapper/gradle-wrapper.jar
+
+### eclipse ###
+.classpath
+.factorypath
+.project
+
+### IntelliJ IDEA ###
+.idea
+*.iws
+*.iml
+*.ipr
+/out/
+
+### svn ###
+.svn
+
+### gitgnore ###
+*.gitgnore
+.gitgnore