pom.xml 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <parent>
  6. <groupId>rock.star.idea</groupId>
  7. <artifactId>rock-star-idea</artifactId>
  8. <version>0.1.0</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>pro-base</artifactId>
  12. <packaging>jar</packaging>
  13. <dependencies>
  14. <!-- docx转pdf end -->
  15. <!-- <dependency>-->
  16. <!-- <groupId>com.aspose</groupId>-->
  17. <!-- <artifactId>aspose-words</artifactId>-->
  18. <!-- <version>15.8.0</version>-->
  19. <!-- <scope>system</scope>-->
  20. <!-- <systemPath>${project.basedir}/src/main/resources/lib/aspose-words-15.8.0-jdk16.jar</systemPath>-->
  21. <!-- </dependency>-->
  22. <dependency>
  23. <groupId>com.aspose</groupId>
  24. <artifactId>aspose-words</artifactId>
  25. <version>1.0.0</version>
  26. </dependency>
  27. <!-- 用友工具类 -->
  28. <!-- <dependency>-->
  29. <!-- <groupId>openAPIUtil</groupId>-->
  30. <!-- <artifactId>openAPIUtil</artifactId>-->
  31. <!-- <version>1.0.0</version>-->
  32. <!-- <scope>system</scope>-->
  33. <!-- <systemPath>${project.basedir}/../pro-base/src/main/resources/lib/OpenAPIUtil-1.0.0.jar</systemPath>-->
  34. <!-- </dependency>-->
  35. <dependency>
  36. <groupId>com.openAPIUtil</groupId>
  37. <artifactId>openAPIUtil</artifactId>
  38. <version>1.0.0</version>
  39. </dependency>
  40. <!-- Rock 工程依赖 -->
  41. <dependency>
  42. <groupId>com.rockstar.anticontrol</groupId>
  43. <artifactId>rock-frame</artifactId>
  44. </dependency>
  45. <dependency>
  46. <groupId>com.rockstar.anticontrol</groupId>
  47. <artifactId>rock-system</artifactId>
  48. </dependency>
  49. <dependency>
  50. <groupId>com.rockstar.anticontrol</groupId>
  51. <artifactId>rock-flow</artifactId>
  52. </dependency>
  53. <!-- SpringBoot集成mybatis框架 -->
  54. <dependency>
  55. <groupId>org.mybatis.spring.boot</groupId>
  56. <artifactId>mybatis-spring-boot-starter</artifactId>
  57. <version>${mybatis.version}</version>
  58. </dependency>
  59. <!--通用mapper起步依赖-->
  60. <!-- <dependency>-->
  61. <!-- <groupId>tk.mybatis</groupId>-->
  62. <!-- <artifactId>mapper-spring-boot-starter</artifactId>-->
  63. <!-- <version>${tkmybatis}</version>-->
  64. <!-- </dependency>-->
  65. <!-- 文件上传依赖 -->
  66. <dependency>
  67. <groupId>commons-io</groupId>
  68. <artifactId>commons-io</artifactId>
  69. <version>1.3.2</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>commons-fileupload</groupId>
  73. <artifactId>commons-fileupload</artifactId>
  74. <version>1.2.1</version>
  75. </dependency>
  76. <!--Alibaba-Excel-->
  77. <dependency>
  78. <groupId>com.alibaba</groupId>
  79. <artifactId>easyexcel</artifactId>
  80. <version>3.3.4</version>
  81. </dependency>
  82. <!-- 工具包 -->
  83. <dependency>
  84. <groupId>cn.hutool</groupId>
  85. <artifactId>hutool-all</artifactId>
  86. <version>5.7.4</version>
  87. </dependency>
  88. <!-- <dependency>-->
  89. <!-- <groupId>org.apache.poi</groupId>-->
  90. <!-- <artifactId>ooxml-schemas</artifactId>-->
  91. <!-- <version>1.1</version>-->
  92. <!-- </dependency>-->
  93. <dependency>
  94. <groupId>org.apache.poi</groupId>
  95. <artifactId>poi</artifactId>
  96. <version>4.1.2</version>
  97. </dependency>
  98. <dependency>
  99. <groupId>org.apache.poi</groupId>
  100. <artifactId>poi-ooxml</artifactId>
  101. <version>4.1.2</version>
  102. </dependency>
  103. <dependency>
  104. <groupId>org.apache.poi</groupId>
  105. <artifactId>poi-ooxml-schemas</artifactId>
  106. <version>4.1.2</version>
  107. </dependency>
  108. <dependency>
  109. <groupId>commons-io</groupId>
  110. <artifactId>commons-io</artifactId>
  111. <version>2.10.0</version>
  112. </dependency>
  113. <!-- -->
  114. <dependency>
  115. <groupId>com.qiniu</groupId>
  116. <artifactId>qiniu-java-sdk</artifactId>
  117. <version>[7.7.0, 7.7.99]</version>
  118. </dependency>
  119. <dependency>
  120. <groupId>com.google.code.gson</groupId>
  121. <artifactId>gson</artifactId>
  122. <version>2.8.5</version>
  123. </dependency>
  124. <dependency>
  125. <groupId>org.postgresql</groupId>
  126. <artifactId>postgresql</artifactId>
  127. <scope>runtime</scope>
  128. </dependency>
  129. <dependency>
  130. <groupId>com.github.pagehelper</groupId>
  131. <artifactId>pagehelper</artifactId>
  132. <version>${pagehelper.version}</version>
  133. </dependency>
  134. <dependency>
  135. <groupId>com.github.pagehelper</groupId>
  136. <artifactId>pagehelper-spring-boot-autoconfigure</artifactId>
  137. <version>1.2.3</version>
  138. </dependency>
  139. <dependency>
  140. <groupId>org.springframework.kafka</groupId>
  141. <artifactId>spring-kafka</artifactId>
  142. <version>2.8.0</version>
  143. </dependency>
  144. <!-- <dependency>-->
  145. <!-- <groupId>org.apache.kafka</groupId>-->
  146. <!-- <artifactId>kafka-clients</artifactId>-->
  147. <!-- <version>2.4.1</version>-->
  148. <!-- </dependency>-->
  149. <dependency>
  150. <groupId>org.projectlombok</groupId>
  151. <artifactId>lombok</artifactId>
  152. </dependency>
  153. </dependencies>
  154. <build>
  155. <plugins>
  156. <plugin>
  157. <groupId>org.apache.maven.plugins</groupId>
  158. <artifactId>maven-compiler-plugin</artifactId>
  159. </plugin>
  160. <plugin>
  161. <groupId>org.mybatis.generator</groupId>
  162. <artifactId>mybatis-generator-maven-plugin</artifactId>
  163. <version>1.3.7</version>
  164. <configuration>
  165. <!--允许移动生成的文件 -->
  166. <verbose>false</verbose>
  167. <!--允许覆盖生成的文件 -->
  168. <overwrite>false</overwrite>
  169. <!--配置文件的路径 -->
  170. <configurationFile>src/main/resources/mybatis-generator.xml</configurationFile>
  171. </configuration>
  172. <dependencies>
  173. <dependency>
  174. <groupId>mysql</groupId>
  175. <artifactId>mysql-connector-java</artifactId>
  176. <version>${mysql.version}</version>
  177. </dependency>
  178. </dependencies>
  179. </plugin>
  180. </plugins>
  181. </build>
  182. </project>