pom.xml 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>org.springframework.boot</groupId>
  7. <artifactId>spring-boot-starter-parent</artifactId>
  8. <version>2.3.12.RELEASE</version>
  9. <relativePath/> <!-- lookup parent from repository -->
  10. </parent>
  11. <groupId>com.project</groupId>
  12. <artifactId>hyb</artifactId>
  13. <version>0.0.1-SNAPSHOT</version>
  14. <name>hyb</name>
  15. <description>胡耀邦革命文物鉴赏</description>
  16. <properties>
  17. <java.version>1.8</java.version>
  18. <hutool.version>5.8.27</hutool.version>
  19. <org.mapstruct.version>1.5.5.Final</org.mapstruct.version>
  20. <mapstruct-helper-starter.version>1.0.0</mapstruct-helper-starter.version>
  21. <sa-token.version>1.37.0</sa-token.version>
  22. <mybatis-plus.version>3.5.6</mybatis-plus.version>
  23. <!-- <knife4j.version>4.5.0</knife4j.version>-->
  24. </properties>
  25. <dependencies>
  26. <dependency>
  27. <groupId>org.projectlombok</groupId>
  28. <artifactId>lombok</artifactId>
  29. <optional>true</optional>
  30. </dependency>
  31. <dependency>
  32. <groupId>cn.dhbin</groupId>
  33. <artifactId>mapstruct-helper-starter</artifactId>
  34. <version>${mapstruct-helper-starter.version}</version>
  35. </dependency>
  36. <dependency>
  37. <groupId>org.mapstruct</groupId>
  38. <artifactId>mapstruct</artifactId>
  39. <version>${org.mapstruct.version}</version>
  40. </dependency>
  41. <dependency>
  42. <groupId>org.mapstruct</groupId>
  43. <artifactId>mapstruct-processor</artifactId>
  44. <version>${org.mapstruct.version}</version>
  45. <scope>compile</scope>
  46. </dependency>
  47. <dependency>
  48. <groupId>cn.dev33</groupId>
  49. <artifactId>sa-token-spring-boot-starter</artifactId>
  50. <version>1.34.0</version>
  51. </dependency>
  52. <dependency>
  53. <groupId>cn.dev33</groupId>
  54. <artifactId>sa-token-jwt</artifactId>
  55. <version>1.34.0</version>
  56. </dependency>
  57. <dependency>
  58. <groupId>cn.hutool</groupId>
  59. <artifactId>hutool-all</artifactId>
  60. <version>${hutool.version}</version>
  61. </dependency>
  62. <!-- <dependency>-->
  63. <!-- <groupId>com.github.xiaoymin</groupId>-->
  64. <!-- <artifactId>knife4j-spring-boot-starter</artifactId>-->
  65. <!-- <version>2.0.9</version>-->
  66. <!-- </dependency>-->
  67. <!-- https://mvnrepository.com/artifact/io.springfox/springfox-swagger2 -->
  68. <dependency>
  69. <groupId>io.springfox</groupId>
  70. <artifactId>springfox-swagger2</artifactId>
  71. <version>2.9.2</version>
  72. </dependency>
  73. <!-- https://mvnrepository.com/artifact/io.springfox/springfox-swagger-ui -->
  74. <dependency>
  75. <groupId>io.springfox</groupId>
  76. <artifactId>springfox-swagger-ui</artifactId>
  77. <version>2.9.2</version>
  78. </dependency>
  79. <dependency>
  80. <groupId>mysql</groupId>
  81. <artifactId>mysql-connector-java</artifactId>
  82. <version>8.0.25</version>
  83. <scope>runtime</scope>
  84. </dependency>
  85. <dependency>
  86. <groupId>com.baomidou</groupId>
  87. <artifactId>mybatis-plus-boot-starter</artifactId>
  88. <scope>compile</scope>
  89. <version>3.4.3.4</version>
  90. </dependency>
  91. <!--mybatis-plus代码生成器-->
  92. <dependency>
  93. <groupId>com.baomidou</groupId>
  94. <artifactId>mybatis-plus-generator</artifactId>
  95. <scope>compile</scope>
  96. <version>3.5.1</version>
  97. </dependency>
  98. <!--velocity模板-->
  99. <dependency>
  100. <groupId>org.apache.velocity</groupId>
  101. <artifactId>velocity-engine-core</artifactId>
  102. <version>2.3</version>
  103. </dependency>
  104. <dependency>
  105. <groupId>org.springframework.boot</groupId>
  106. <artifactId>spring-boot-starter-web</artifactId>
  107. </dependency>
  108. <dependency>
  109. <groupId>org.springframework.boot</groupId>
  110. <artifactId>spring-boot-starter-aop</artifactId>
  111. </dependency>
  112. <dependency>
  113. <groupId>org.hibernate.validator</groupId>
  114. <artifactId>hibernate-validator</artifactId>
  115. </dependency>
  116. <dependency>
  117. <groupId>org.springframework.boot</groupId>
  118. <artifactId>spring-boot-configuration-processor</artifactId>
  119. <optional>true</optional>
  120. </dependency>
  121. <dependency>
  122. <groupId>org.springframework.boot</groupId>
  123. <artifactId>spring-boot-starter-test</artifactId>
  124. <scope>test</scope>
  125. </dependency>
  126. <dependency>
  127. <groupId>com.yomahub</groupId>
  128. <artifactId>tlog-web-spring-boot-starter</artifactId>
  129. <version>1.5.2</version>
  130. </dependency>
  131. <dependency>
  132. <groupId>com.dtflys.forest</groupId>
  133. <artifactId>forest-spring-boot-starter</artifactId>
  134. <version>1.7.1</version>
  135. </dependency>
  136. <dependency>
  137. <groupId>org.springframework.boot</groupId>
  138. <artifactId>spring-boot-starter-data-redis</artifactId>
  139. </dependency>
  140. <dependency>
  141. <groupId>org.apache.httpcomponents</groupId>
  142. <artifactId>httpclient</artifactId>
  143. <version>4.5.13</version>
  144. </dependency>
  145. <dependency>
  146. <groupId>org.apache.httpcomponents</groupId>
  147. <artifactId>httpmime</artifactId>
  148. <version>4.5.13</version>
  149. </dependency>
  150. <dependency>
  151. <groupId>com.baomidou</groupId>
  152. <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
  153. <version>4.2.0</version>
  154. </dependency>
  155. </dependencies>
  156. <build>
  157. <finalName>${artifactId}</finalName>
  158. <plugins>
  159. <plugin>
  160. <groupId>org.springframework.boot</groupId>
  161. <artifactId>spring-boot-maven-plugin</artifactId>
  162. <version>2.3.12.RELEASE</version>
  163. <executions>
  164. <execution>
  165. <goals>
  166. <goal>repackage</goal>
  167. </goals>
  168. </execution>
  169. </executions>
  170. <configuration>
  171. <excludes>
  172. <exclude>
  173. <groupId>org.projectlombok</groupId>
  174. <artifactId>lombok</artifactId>
  175. </exclude>
  176. </excludes>
  177. </configuration>
  178. </plugin>
  179. </plugins>
  180. </build>
  181. </project>