pom.xml 6.5 KB

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