pom.xml 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  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>cn.com.ctop</groupId>
  47. <artifactId>module-check</artifactId>
  48. <version>2.0.2</version>
  49. <scope>compile</scope>
  50. </dependency>
  51. <dependency>
  52. <groupId>me.zhyd.oauth</groupId>
  53. <artifactId>JustAuth</artifactId>
  54. <version>1.15.6</version>
  55. </dependency>
  56. <dependency>
  57. <groupId>org.slf4j</groupId>
  58. <artifactId>jcl-over-slf4j</artifactId>
  59. </dependency>
  60. <dependency>
  61. <groupId>cn.com.ctop</groupId>
  62. <artifactId>module-common</artifactId>
  63. <version>2.0.2</version>
  64. </dependency>
  65. <dependency>
  66. <groupId>cn.com.ctop</groupId>
  67. <artifactId>module-kuaishou</artifactId>
  68. <version>2.0.2</version>
  69. </dependency>
  70. <dependency>
  71. <groupId>cn.com.ctop</groupId>
  72. <artifactId>module-toutiao</artifactId>
  73. <version>2.0.2</version>
  74. </dependency>
  75. <dependency>
  76. <groupId>cn.com.ctop</groupId>
  77. <artifactId>module-oa</artifactId>
  78. <version>2.0.2</version>
  79. </dependency>
  80. <dependency>
  81. <groupId>cn.com.ctop</groupId>
  82. <artifactId>module-shiwan</artifactId>
  83. <version>2.0.2</version>
  84. <scope>compile</scope>
  85. </dependency>
  86. <dependency>
  87. <groupId>cn.com.ctop</groupId>
  88. <artifactId>module-alarm</artifactId>
  89. <version>2.0.2</version>
  90. <scope>compile</scope>
  91. </dependency>
  92. <dependency>
  93. <groupId>com.aliyun.oss</groupId>
  94. <artifactId>aliyun-sdk-oss</artifactId>
  95. <version>3.5.0</version>
  96. </dependency>
  97. <dependency>
  98. <groupId>org.crazycake</groupId>
  99. <artifactId>shiro-redis</artifactId>
  100. <version>3.1.0</version>
  101. <exclusions>
  102. <exclusion>
  103. <groupId>org.apache.shiro</groupId>
  104. <artifactId>shiro-core</artifactId>
  105. </exclusion>
  106. </exclusions>
  107. </dependency>
  108. <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-csv -->
  109. <dependency>
  110. <groupId>org.apache.commons</groupId>
  111. <artifactId>commons-csv</artifactId>
  112. <version>1.5</version>
  113. </dependency>
  114. <!--签章-->
  115. <dependency>
  116. <groupId>org.bouncycastle</groupId>
  117. <artifactId>bcprov-jdk15on</artifactId>
  118. <version>1.49</version>
  119. </dependency>
  120. <dependency>
  121. <groupId>org.bouncycastle</groupId>
  122. <artifactId>bcpkix-jdk15on</artifactId>
  123. <version>1.49</version>
  124. </dependency>
  125. <dependency>
  126. <groupId>org.jeecgframework.boot</groupId>
  127. <artifactId>module-ctop</artifactId>
  128. <version>2.0.2</version>
  129. <scope>compile</scope>
  130. </dependency>
  131. <dependency>
  132. <groupId>org.apache.poi</groupId>
  133. <artifactId>poi</artifactId>
  134. <version>3.17</version>
  135. </dependency>
  136. <dependency>
  137. <groupId>org.apache.poi</groupId>
  138. <artifactId>poi-ooxml</artifactId>
  139. <version>3.17</version>
  140. </dependency>
  141. <dependency>
  142. <groupId>org.apache.poi</groupId>
  143. <artifactId>poi-ooxml-schemas</artifactId>
  144. <version>3.17</version>
  145. </dependency>
  146. <dependency>
  147. <groupId>com.bstek.ureport</groupId>
  148. <artifactId>ureport2-core</artifactId>
  149. <version>2.2.9</version>
  150. </dependency>
  151. <dependency>
  152. <groupId>cn.com.ctop</groupId>
  153. <artifactId>opencv</artifactId>
  154. <version>4.2.0</version>
  155. </dependency>
  156. <dependency>
  157. <groupId>com.github.pagehelper</groupId>
  158. <artifactId>pagehelper</artifactId>
  159. <version>5.1.11</version>
  160. </dependency>
  161. <dependency>
  162. <groupId>com.jimureport</groupId>
  163. <artifactId>spring-boot-starter-jimureport</artifactId>
  164. <version>1.1-beta</version>
  165. </dependency>
  166. </dependencies>
  167. <dependencyManagement>
  168. <dependencies>
  169. <dependency>
  170. <groupId>org.springframework.cloud</groupId>
  171. <artifactId>spring-cloud-dependencies</artifactId>
  172. <version>${spring-cloud.version}</version>
  173. <type>pom</type>
  174. <scope>import</scope>
  175. </dependency>
  176. </dependencies>
  177. </dependencyManagement>
  178. <build>
  179. <plugins>
  180. <plugin>
  181. <groupId>org.mybatis.generator</groupId>
  182. <artifactId>mybatis-generator-maven-plugin</artifactId>
  183. <version>1.3.6</version>
  184. <configuration>
  185. <!-- 是否覆盖,true表示会替换生成的JAVA文件,false则不覆盖 -->
  186. <overwrite>true</overwrite>
  187. </configuration>
  188. <dependencies>
  189. <!--mysql驱动包-->
  190. <dependency>
  191. <groupId>mysql</groupId>
  192. <artifactId>mysql-connector-java</artifactId>
  193. <version>5.1.45</version>
  194. </dependency>
  195. </dependencies>
  196. </plugin>
  197. <plugin>
  198. <groupId>org.springframework.boot</groupId>
  199. <artifactId>spring-boot-maven-plugin</artifactId>
  200. </plugin>
  201. </plugins>
  202. <resources>
  203. <!-- 解决MyBatis配置文件引入问题 -->
  204. <resource>
  205. <directory>src/main/java</directory>
  206. <includes>
  207. <include>**/*.properties</include>
  208. <include>**/*.xml</include>
  209. </includes>
  210. <!-- 是否替换资源中的属性-->
  211. <filtering>true</filtering>
  212. </resource>
  213. <resource>
  214. <directory>src/main/resources</directory>
  215. <filtering>true</filtering>
  216. </resource>
  217. </resources>
  218. </build>
  219. <profiles>
  220. <profile>
  221. <id>dev</id>
  222. <properties>
  223. <!-- 环境标识,需要与配置文件的名称相对应 -->
  224. <activatedProperties>dev</activatedProperties>
  225. </properties>
  226. <activation>
  227. <!-- 默认环境 -->
  228. <activeByDefault>true</activeByDefault>
  229. </activation>
  230. </profile>
  231. <profile>
  232. <id>test</id>
  233. <properties>
  234. <activatedProperties>test</activatedProperties>
  235. </properties>
  236. </profile>
  237. <profile>
  238. <id>prod</id>
  239. <properties>
  240. <activatedProperties>prod</activatedProperties>
  241. </properties>
  242. </profile>
  243. <profile>
  244. <id>prod2</id>
  245. <properties>
  246. <activatedProperties>prod2</activatedProperties>
  247. </properties>
  248. </profile>
  249. <profile>
  250. <id>preprod</id>
  251. <properties>
  252. <activatedProperties>preprod</activatedProperties>
  253. </properties>
  254. </profile>
  255. <profile>
  256. <id>wps</id>
  257. <properties>
  258. <activatedProperties>wps</activatedProperties>
  259. </properties>
  260. </profile>
  261. </profiles>
  262. </project>