Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 

239 строки
8.0 KiB

  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. <modelVersion>4.0.0</modelVersion>
  6. <groupId>com.simple</groupId>
  7. <artifactId>mallink</artifactId>
  8. <packaging>pom</packaging>
  9. <version>1.0</version>
  10. <modules>
  11. <module>mallinkService</module>
  12. <module>mallinkAdmin</module>
  13. <module>mallinkCApi</module>
  14. <module>mallinkBApi</module>
  15. </modules>
  16. <parent>
  17. <groupId>org.springframework.boot</groupId>
  18. <artifactId>spring-boot-starter-parent</artifactId>
  19. <version>1.5.9.RELEASE</version>
  20. <relativePath/>
  21. </parent>
  22. <properties>
  23. <weixin-java-miniapp.version>3.1.0</weixin-java-miniapp.version>
  24. </properties>
  25. <dependencies>
  26. <dependency>
  27. <groupId>org.springframework.boot</groupId>
  28. <artifactId>spring-boot-starter-web</artifactId>
  29. </dependency>
  30. <dependency>
  31. <groupId>org.springframework.boot</groupId>
  32. <artifactId>spring-boot-starter-aop</artifactId>
  33. </dependency>
  34. <dependency>
  35. <groupId>org.springframework.boot</groupId>
  36. <artifactId>spring-boot-starter-amqp</artifactId>
  37. </dependency>
  38. <dependency>
  39. <groupId>org.springframework.boot</groupId>
  40. <artifactId>spring-boot-starter-data-redis</artifactId>
  41. </dependency>
  42. <dependency>
  43. <groupId>org.springframework.boot</groupId>
  44. <artifactId>spring-boot-starter-freemarker</artifactId>
  45. </dependency>
  46. <dependency>
  47. <groupId>org.springframework.boot</groupId>
  48. <artifactId>spring-boot-configuration-processor</artifactId>
  49. <optional>true</optional>
  50. </dependency>
  51. <dependency>
  52. <groupId>org.mybatis.spring.boot</groupId>
  53. <artifactId>mybatis-spring-boot-starter</artifactId>
  54. <version>1.3.1</version>
  55. </dependency>
  56. <dependency>
  57. <groupId>com.github.pagehelper</groupId>
  58. <artifactId>pagehelper-spring-boot-starter</artifactId>
  59. <version>1.2.1</version>
  60. </dependency>
  61. <dependency>
  62. <groupId>tk.mybatis</groupId>
  63. <artifactId>mapper-spring-boot-starter</artifactId>
  64. <version>1.1.7</version>
  65. </dependency>
  66. <dependency>
  67. <groupId>mysql</groupId>
  68. <artifactId>mysql-connector-java</artifactId>
  69. <version>5.1.44</version>
  70. <scope>runtime</scope>
  71. </dependency>
  72. <dependency>
  73. <groupId>org.springframework.boot</groupId>
  74. <artifactId>spring-boot-starter-test</artifactId>
  75. <scope>test</scope>
  76. </dependency>
  77. <dependency>
  78. <groupId>org.apache.commons</groupId>
  79. <artifactId>commons-lang3</artifactId>
  80. <version>3.6</version>
  81. </dependency>
  82. <dependency>
  83. <groupId>com.google.guava</groupId>
  84. <artifactId>guava</artifactId>
  85. <version>23.6-jre</version>
  86. </dependency>
  87. <dependency>
  88. <groupId>com.alibaba</groupId>
  89. <artifactId>fastjson</artifactId>
  90. <version>1.2.44</version>
  91. </dependency>
  92. <dependency>
  93. <groupId>com.alibaba</groupId>
  94. <artifactId>druid</artifactId>
  95. <version>1.1.2</version>
  96. </dependency>
  97. <dependency>
  98. <groupId>org.mybatis.generator</groupId>
  99. <artifactId>mybatis-generator-core</artifactId>
  100. <version>1.3.6</version>
  101. </dependency>
  102. <!-- Swagger -->
  103. <dependency>
  104. <groupId>io.springfox</groupId>
  105. <artifactId>springfox-swagger-ui</artifactId>
  106. <version>2.6.1</version>
  107. </dependency>
  108. <dependency>
  109. <groupId>io.springfox</groupId>
  110. <artifactId>springfox-swagger2</artifactId>
  111. <version>2.6.1</version>
  112. </dependency>
  113. <dependency>
  114. <groupId>javax.persistence</groupId>
  115. <artifactId>persistence-api</artifactId>
  116. <version>1.0</version>
  117. </dependency>
  118. <!-- </dependencyManagement> -->
  119. <!-- <dependencies> -->
  120. <!-- <dependency> -->
  121. <!-- <groupId>com.simple</groupId> -->
  122. <!-- <artifactId>base</artifactId> -->
  123. <!-- <version>1.0</version> -->
  124. <!-- </dependency> -->
  125. <!-- <dependency> -->
  126. <!-- <groupId>com.simple</groupId> -->
  127. <!-- <artifactId>freemarker</artifactId> -->
  128. <!-- <version>1.0</version> -->
  129. <!-- </dependency> -->
  130. <dependency>
  131. <groupId>org.apache.shiro</groupId>
  132. <artifactId>shiro-spring</artifactId>
  133. <version>1.4.0</version>
  134. </dependency>
  135. <dependency>
  136. <groupId>org.crazycake</groupId>
  137. <artifactId>shiro-redis</artifactId>
  138. <version>2.4.2.1-RELEASE</version>
  139. </dependency>
  140. <dependency>
  141. <groupId>jdom</groupId>
  142. <artifactId>jdom</artifactId>
  143. <version>1.0</version>
  144. </dependency>
  145. <dependency>
  146. <groupId>org.bouncycastle</groupId>
  147. <artifactId>bcprov-jdk16</artifactId>
  148. <version>1.45</version>
  149. </dependency>
  150. <!-- <dependency> -->
  151. <!-- <groupId>net.coobird</groupId> -->
  152. <!-- <artifactId>thumbnailator</artifactId> -->
  153. <!-- <version>0.4.8</version> -->
  154. <!-- </dependency> -->
  155. <dependency>
  156. <groupId>commons-lang</groupId>
  157. <artifactId>commons-lang</artifactId>
  158. <version>2.6</version>
  159. </dependency>
  160. <!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
  161. <dependency>
  162. <groupId>commons-io</groupId>
  163. <artifactId>commons-io</artifactId>
  164. <version>2.5</version>
  165. </dependency>
  166. <!--easypoi-->
  167. <dependency>
  168. <groupId>cn.afterturn</groupId>
  169. <artifactId>easypoi-spring-boot-starter</artifactId>
  170. <version>3.2.0</version>
  171. </dependency>
  172. <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml-schemas -->
  173. <dependency>
  174. <groupId>org.apache.poi</groupId>
  175. <artifactId>poi-ooxml-schemas</artifactId>
  176. <version>3.15</version>
  177. </dependency>
  178. <!-- https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp -->
  179. <dependency>
  180. <groupId>com.squareup.okhttp3</groupId>
  181. <artifactId>okhttp</artifactId>
  182. <version>3.11.0</version>
  183. </dependency>
  184. <!-- https://mvnrepository.com/artifact/org.dom4j/dom4j -->
  185. <dependency>
  186. <groupId>org.dom4j</groupId>
  187. <artifactId>dom4j</artifactId>
  188. <version>2.1.1</version>
  189. </dependency>
  190. <!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
  191. <dependency>
  192. <groupId>com.google.code.gson</groupId>
  193. <artifactId>gson</artifactId>
  194. <version>2.8.5</version>
  195. </dependency>
  196. <dependency>
  197. <groupId>com.github.binarywang</groupId>
  198. <artifactId>weixin-java-miniapp</artifactId>
  199. <version>${weixin-java-miniapp.version}</version>
  200. </dependency>
  201. </dependencies>
  202. <build>
  203. <plugins>
  204. <plugin>
  205. <groupId>org.apache.maven.plugins</groupId>
  206. <artifactId>maven-compiler-plugin</artifactId>
  207. <version>3.1</version>
  208. <configuration>
  209. <source>1.8</source>
  210. <target>1.8</target>
  211. </configuration>
  212. </plugin>
  213. </plugins>
  214. </build>
  215. </project>