pom.xml 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <artifactId>jeecg-boot-module-system</artifactId>
  6. <version>2.0.2</version>
  7. <parent>
  8. <groupId>org.jeecgframework.boot</groupId>
  9. <artifactId>jeecg-boot-parent</artifactId>
  10. <version>2.0.2</version>
  11. </parent>
  12. <properties>
  13. <java.version>1.8</java.version>
  14. <spring-cloud.version>Finchley.RELEASE</spring-cloud.version>
  15. </properties>
  16. <repositories>
  17. <repository>
  18. <id>aliyun</id>
  19. <name>aliyun Repository</name>
  20. <url>http://maven.aliyun.com/nexus/content/groups/public</url>
  21. <snapshots>
  22. <enabled>false</enabled>
  23. </snapshots>
  24. </repository>
  25. <repository>
  26. <id>jeecg</id>
  27. <name>jeecg Repository</name>
  28. <url>http://maven.jeecg.org/nexus/content/repositories/jeecg</url>
  29. <snapshots>
  30. <enabled>false</enabled>
  31. </snapshots>
  32. </repository>
  33. <repository>
  34. <id>com.e-iceblue</id>
  35. <name>e-iceblue</name>
  36. <url>http://repo.e-iceblue.com/nexus/content/groups/public/</url>
  37. </repository>
  38. </repositories>
  39. <dependencies>
  40. <dependency>
  41. <groupId>org.jeecgframework.boot</groupId>
  42. <artifactId>jeecg-boot-base-common</artifactId>
  43. <version>2.0.2</version>
  44. </dependency>
  45. <dependency>
  46. <groupId>org.slf4j</groupId>
  47. <artifactId>jcl-over-slf4j</artifactId>
  48. </dependency>
  49. <dependency>
  50. <groupId>cn.com.ctop</groupId>
  51. <artifactId>module-media</artifactId>
  52. <version>2.0.2</version>
  53. </dependency>
  54. <dependency>
  55. <groupId>cn.com.ctop</groupId>
  56. <artifactId>module-common</artifactId>
  57. <version>2.0.2</version>
  58. </dependency>
  59. <dependency>
  60. <groupId>cn.com.ctop</groupId>
  61. <artifactId>module-kuaishou</artifactId>
  62. <version>2.0.2</version>
  63. </dependency>
  64. <dependency>
  65. <groupId>cn.com.ctop</groupId>
  66. <artifactId>module-toutiao</artifactId>
  67. <version>2.0.2</version>
  68. <scope>compile</scope>
  69. </dependency>
  70. <dependency>
  71. <groupId>cn.com.ctop</groupId>
  72. <artifactId>performance-appraisal</artifactId>
  73. <version>2.0.2</version>
  74. <scope>compile</scope>
  75. </dependency>
  76. <dependency>
  77. <groupId>com.aliyun.oss</groupId>
  78. <artifactId>aliyun-sdk-oss</artifactId>
  79. <version>3.5.0</version>
  80. </dependency>
  81. <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-csv -->
  82. <dependency>
  83. <groupId>org.apache.commons</groupId>
  84. <artifactId>commons-csv</artifactId>
  85. <version>1.5</version>
  86. </dependency>
  87. <!--签章-->
  88. <dependency>
  89. <groupId>org.bouncycastle</groupId>
  90. <artifactId>bcprov-jdk15on</artifactId>
  91. <version>1.49</version>
  92. </dependency>
  93. <dependency>
  94. <groupId>org.bouncycastle</groupId>
  95. <artifactId>bcpkix-jdk15on</artifactId>
  96. <version>1.49</version>
  97. </dependency>
  98. <dependency>
  99. <groupId>org.jeecgframework.boot</groupId>
  100. <artifactId>module-ctop</artifactId>
  101. <version>2.0.2</version>
  102. <scope>compile</scope>
  103. </dependency>
  104. <dependency>
  105. <groupId>com.bstek.ureport</groupId>
  106. <artifactId>ureport2-console</artifactId>
  107. <version>2.2.9</version>
  108. </dependency>
  109. <dependency>
  110. <groupId>org.apache.poi</groupId>
  111. <artifactId>poi</artifactId>
  112. <version>3.17</version>
  113. </dependency>
  114. <dependency>
  115. <groupId>org.apache.poi</groupId>
  116. <artifactId>poi-ooxml</artifactId>
  117. <version>3.17</version>
  118. </dependency>
  119. <dependency>
  120. <groupId>org.apache.poi</groupId>
  121. <artifactId>poi-ooxml-schemas</artifactId>
  122. <version>3.17</version>
  123. </dependency>
  124. <dependency>
  125. <groupId>com.alibaba</groupId>
  126. <artifactId>easyexcel</artifactId>
  127. <version>1.1.2-beat1</version>
  128. </dependency>
  129. <dependency>
  130. <groupId>com.bstek.ureport</groupId>
  131. <artifactId>ureport2-core</artifactId>
  132. <version>2.2.9</version>
  133. </dependency>
  134. <dependency>
  135. <groupId>cn.com.ctop</groupId>
  136. <artifactId>opencv</artifactId>
  137. <version>4.2.0</version>
  138. </dependency>
  139. <dependency>
  140. <groupId>com.github.pagehelper</groupId>
  141. <artifactId>pagehelper</artifactId>
  142. <version>5.1.11</version>
  143. </dependency>
  144. </dependencies>
  145. <dependencyManagement>
  146. <dependencies>
  147. <dependency>
  148. <groupId>org.springframework.cloud</groupId>
  149. <artifactId>spring-cloud-dependencies</artifactId>
  150. <version>${spring-cloud.version}</version>
  151. <type>pom</type>
  152. <scope>import</scope>
  153. </dependency>
  154. </dependencies>
  155. </dependencyManagement>
  156. <build>
  157. <plugins>
  158. <plugin>
  159. <groupId>org.mybatis.generator</groupId>
  160. <artifactId>mybatis-generator-maven-plugin</artifactId>
  161. <version>1.3.6</version>
  162. <configuration>
  163. <!-- 是否覆盖,true表示会替换生成的JAVA文件,false则不覆盖 -->
  164. <overwrite>true</overwrite>
  165. </configuration>
  166. <dependencies>
  167. <!--mysql驱动包-->
  168. <dependency>
  169. <groupId>mysql</groupId>
  170. <artifactId>mysql-connector-java</artifactId>
  171. <version>5.1.45</version>
  172. </dependency>
  173. </dependencies>
  174. </plugin>
  175. <plugin>
  176. <groupId>org.springframework.boot</groupId>
  177. <artifactId>spring-boot-maven-plugin</artifactId>
  178. </plugin>
  179. </plugins>
  180. <resources>
  181. <!-- 解决MyBatis配置文件引入问题 -->
  182. <resource>
  183. <directory>src/main/java</directory>
  184. <includes>
  185. <include>**/*.properties</include>
  186. <include>**/*.xml</include>
  187. </includes>
  188. <!-- 是否替换资源中的属性-->
  189. <filtering>true</filtering>
  190. </resource>
  191. <resource>
  192. <directory>src/main/resources</directory>
  193. <filtering>true</filtering>
  194. </resource>
  195. </resources>
  196. </build>
  197. <profiles>
  198. <profile>
  199. <id>dev</id>
  200. <properties>
  201. <!-- 环境标识,需要与配置文件的名称相对应 -->
  202. <activatedProperties>dev</activatedProperties>
  203. </properties>
  204. <activation>
  205. <!-- 默认环境 -->
  206. <activeByDefault>true</activeByDefault>
  207. </activation>
  208. </profile>
  209. <profile>
  210. <id>test</id>
  211. <properties>
  212. <activatedProperties>test</activatedProperties>
  213. </properties>
  214. </profile>
  215. <profile>
  216. <id>prod</id>
  217. <properties>
  218. <activatedProperties>prod</activatedProperties>
  219. </properties>
  220. </profile>
  221. <profile>
  222. <id>prod2</id>
  223. <properties>
  224. <activatedProperties>prod2</activatedProperties>
  225. </properties>
  226. </profile>
  227. <profile>
  228. <id>wps</id>
  229. <properties>
  230. <activatedProperties>wps</activatedProperties>
  231. </properties>
  232. </profile>
  233. </profiles>
  234. </project>