| | |
| | | <module>service-job</module> |
| | | <module>service-common</module> |
| | | <module>service-report</module> |
| | | <module>service-front</module> |
| | | <module>service-goods</module> |
| | | <module>java110-generator</module> |
| | | <module>service-acct</module> |
| | | <module>service-oa</module> |
| | | <module>service-dev</module> |
| | | |
| | | </modules> |
| | | |
| | |
| | | |
| | | <apache.common.lang3.version>3.4</apache.common.lang3.version> |
| | | <mybatis.version>3.4.1</mybatis.version> |
| | | <log4j.version>2.13.2</log4j.version> |
| | | <log4j.version>2.17.0</log4j.version> |
| | | <tomcat.servlet.version>6.0.37</tomcat.servlet.version> |
| | | <druid.version>1.1.10</druid.version> |
| | | <mybatis-spring.version>1.3.1</mybatis-spring.version> |
| | |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>fastjson</artifactId> |
| | | <version>1.2.69</version> |
| | | <version>1.2.79</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.mybatis.spring.boot</groupId> |
| | |
| | | <version>${log4j.version}</version> |
| | | </dependency> |
| | | <!-- https://mvnrepository.com/artifact/org.slf4j/log4j-over-slf4j --> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>io.github.openfeign</groupId>--> |
| | | <!-- <artifactId>feign-okhttp</artifactId>--> |
| | | <!-- <version>10.1.0</version>--> |
| | | <!-- </dependency>--> |
| | | <dependency> |
| | | <groupId>org.slf4j</groupId> |
| | | <artifactId>log4j-over-slf4j</artifactId> |
| | |
| | | <artifactId>aliyun-sdk-oss</artifactId> |
| | | <version>${oss.aliyun}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.alipay.sdk</groupId> |
| | | <artifactId>alipay-sdk-java</artifactId> |
| | | <version>4.10.111.ALL</version> |
| | | </dependency> |
| | | |
| | | <!-- https://mvnrepository.com/artifact/commons-codec/commons-codec --> |
| | | <dependency> |
| | | <groupId>commons-codec</groupId> |
| | | <artifactId>commons-codec</artifactId> |
| | | <version>1.15</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.qcloud</groupId> |
| | | <artifactId>cos_api</artifactId> |
| | | <version>5.6.69</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |
| | | </dependencyManagement> |