zm
2020-03-05 208b95316740d1f17791054cdb7cf99350b7ccc6
更新pom
3 files modified
37 ■■■■ changed files
backend/archive-backStage/archive-web/src/main/resources/config/redis.properties 8 ●●●● patch | view | raw | blame | history
backend/jodconverter-web/jodconverter-core/pom.xml 9 ●●●●● patch | view | raw | blame | history
backend/jodconverter-web/jodconverter-web/pom.xml 20 ●●●● patch | view | raw | blame | history
backend/archive-backStage/archive-web/src/main/resources/config/redis.properties
@@ -5,10 +5,10 @@
redis.testOnBorrow=true
#redis config
redis.maxActive=1000
redis.maxIdle=10
redis.maxWaitMillis=30000
redis.testOnBorrow=true
#redis.maxActive=1000
#redis.maxIdle=10
#redis.maxWaitMillis=30000
#redis.testOnBorrow=true
#redis host and port config
redis.host0=10.4.32.123
backend/jodconverter-web/jodconverter-core/pom.xml
@@ -10,13 +10,16 @@
    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>
    <!--
    <repositories>
        <repository>
            <!-- required for org.hyperic:sigar -->
     // required for org.hyperic:sigar
            <id>jboss-public-repository-group</id>
            <url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
        </repository>
    </repositories>
        -->
    <dependencies>
        <dependency>
@@ -103,7 +106,7 @@
            <!--   要将源码放上去,需要加入这个插件    -->
            <plugin>
                <artifactId>maven-source-plugin</artifactId>
                <version>2.1</version>
                <version>2.2.1</version>
                <configuration>
                    <attach>true</attach>
                </configuration>
@@ -167,7 +170,7 @@
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-javadoc-plugin</artifactId>
                <version>2.7</version>
                <version>2.9.1</version>
            </plugin>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
backend/jodconverter-web/jodconverter-web/pom.xml
@@ -21,13 +21,16 @@
        <logging.path>${basedir}/target/classes/logs</logging.path>
        <appName>file-preview</appName>
    </properties>
    <repositories>
        <repository>
            <!-- required for org.hyperic:sigar -->
            <!--      // required for org.hyperic:sigar -->
            <id>jboss-public-repository-group</id>
            <url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
        </repository>
    </repositories>
    <dependencies>
        <dependency>
            <groupId>org.springframework.boot</groupId>
@@ -101,7 +104,7 @@
        <dependency>
            <groupId>org.apache.poi</groupId>
            <artifactId>poi-scratchpad</artifactId>
            <version>4.0.0</version>
            <version>3.17</version>
        </dependency>
        <dependency>
            <groupId>org.apache.poi</groupId>
@@ -192,12 +195,12 @@
        <dependency>
            <groupId>com.aspose</groupId>
            <artifactId>aspose-words</artifactId>
            <version>18.5.0718</version>
            <version>18.5</version>
        </dependency>
        <dependency>
            <groupId>com.aspose</groupId>
            <artifactId>aspose-cells</artifactId>
            <version>8.6.2</version>
            <version>8.6.3</version>
        </dependency>
    </dependencies>
    <build>
@@ -216,6 +219,15 @@
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
                <version>2.7.2</version>
                <configuration>
                    <skipTests>true</skipTests>
                </configuration>
            </plugin>
            <!--添加配置跳过测试-->
        </plugins>
    </build>