pom.xml 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  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>3.0.0</version>
  9. <relativePath/> <!-- lookup parent from repository -->
  10. </parent>
  11. <groupId>com.zjugis</groupId>
  12. <artifactId>ysgzybz</artifactId>
  13. <version>0.0.1-SNAPSHOT</version>
  14. <name>ysgzybz</name>
  15. <description>Demo project for Spring Boot</description>
  16. <properties>
  17. <java.version>17</java.version>
  18. <geotools.version>19.0</geotools.version>
  19. </properties>
  20. <dependencies>
  21. <dependency>
  22. <groupId>org.springframework.boot</groupId>
  23. <artifactId>spring-boot-starter-logging</artifactId>
  24. </dependency>
  25. <dependency>
  26. <groupId>org.springframework.boot</groupId>
  27. <artifactId>spring-boot-starter-web</artifactId>
  28. </dependency>
  29. <dependency>
  30. <groupId>org.springframework.boot</groupId>
  31. <artifactId>spring-boot-starter-test</artifactId>
  32. <scope>test</scope>
  33. </dependency>
  34. <dependency>
  35. <groupId>org.springframework.boot</groupId>
  36. <artifactId>spring-boot-starter-jdbc</artifactId>
  37. </dependency>
  38. <!-- 实现对 Spring Security 的自动化配置 -->
  39. <dependency>
  40. <groupId>org.springframework.boot</groupId>
  41. <artifactId>spring-boot-starter-security</artifactId>
  42. </dependency>
  43. <!-- 阿里云oos上传 -->
  44. <dependency>
  45. <groupId>com.aliyun.oss</groupId>
  46. <artifactId>aliyun-sdk-oss</artifactId>
  47. <version>3.1.0</version>
  48. </dependency>
  49. <dependency>
  50. <groupId>cn.hutool</groupId>
  51. <artifactId>hutool-all</artifactId>
  52. <version>5.8.9</version>
  53. </dependency>
  54. <dependency>
  55. <groupId>org.apache.httpcomponents</groupId>
  56. <artifactId>httpclient</artifactId>
  57. <version>4.5.13</version>
  58. </dependency>
  59. <dependency>
  60. <groupId>org.apache.httpcomponents</groupId>
  61. <artifactId>httpcore</artifactId>
  62. <version>4.4.15</version>
  63. </dependency>
  64. <!-- https://mvnrepository.com/artifact/org.jdom/jdom -->
  65. <dependency>
  66. <groupId>org.jdom</groupId>
  67. <artifactId>jdom</artifactId>
  68. <version>1.1.3</version>
  69. </dependency>
  70. <!-- https://mvnrepository.com/artifact/com.oracle.database.jdbc/ojdbc6 -->
  71. <dependency>
  72. <groupId>com.oracle.database.jdbc</groupId>
  73. <artifactId>ojdbc6</artifactId>
  74. <version>11.2.0.4</version>
  75. </dependency>
  76. <dependency>
  77. <groupId>org.springframework.boot</groupId>
  78. <artifactId>spring-boot-starter-aop</artifactId>
  79. </dependency>
  80. <!-- https://mvnrepository.com/artifact/com.alibaba/druid-spring-boot-starter -->
  81. <dependency>
  82. <groupId>com.alibaba</groupId>
  83. <artifactId>druid-spring-boot-3-starter</artifactId>
  84. <version>1.2.20</version> <!-- 目前最新版本 -->
  85. </dependency>
  86. <dependency>
  87. <groupId>com.baomidou</groupId>
  88. <artifactId>mybatis-plus-spring-boot3-starter</artifactId>
  89. <version>3.5.5</version>
  90. </dependency>
  91. <!-- https://mvnrepository.com/artifact/com.alibaba/fastjson -->
  92. <dependency>
  93. <groupId>com.alibaba</groupId>
  94. <artifactId>fastjson</artifactId>
  95. <version>1.2.83</version>
  96. </dependency>
  97. <!-- https://mvnrepository.com/artifact/commons-lang/commons-lang -->
  98. <dependency>
  99. <groupId>commons-lang</groupId>
  100. <artifactId>commons-lang</artifactId>
  101. <version>2.6</version>
  102. </dependency>
  103. <dependency>
  104. <groupId>mysql</groupId>
  105. <artifactId>mysql-connector-java</artifactId>
  106. <version>8.0.29</version>
  107. </dependency>
  108. <!-- pg -->
  109. <dependency>
  110. <groupId>org.postgresql</groupId>
  111. <artifactId>postgresql</artifactId>
  112. <version>42.2.9</version>
  113. </dependency>
  114. <!-- https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt -->
  115. <!-- <dependency>-->
  116. <!-- <groupId>io.jsonwebtoken</groupId>-->
  117. <!-- <artifactId>jjwt</artifactId>-->
  118. <!-- <version>0.9.0</version>-->
  119. <!-- </dependency>-->
  120. <dependency>
  121. <groupId>io.jsonwebtoken</groupId>
  122. <artifactId>jjwt-api</artifactId>
  123. <version>0.12.6</version>
  124. </dependency>
  125. <dependency>
  126. <groupId>io.jsonwebtoken</groupId>
  127. <artifactId>jjwt-impl</artifactId>
  128. <version>0.12.6</version>
  129. <scope>runtime</scope>
  130. </dependency>
  131. <dependency>
  132. <groupId>io.jsonwebtoken</groupId>
  133. <artifactId>jjwt-jackson</artifactId>
  134. <version>0.12.6</version>
  135. <scope>runtime</scope>
  136. </dependency>
  137. <dependency>
  138. <groupId>org.projectlombok</groupId>
  139. <artifactId>lombok</artifactId>
  140. </dependency>
  141. <dependency>
  142. <groupId>junit</groupId>
  143. <artifactId>junit</artifactId>
  144. <version>4.12</version>
  145. <scope>test</scope>
  146. </dependency>
  147. <dependency>
  148. <groupId>com.alibaba</groupId>
  149. <artifactId>easyexcel</artifactId>
  150. <version>3.0.3</version>
  151. </dependency>
  152. <dependency>
  153. <groupId>com.googlecode.json-simple</groupId>
  154. <artifactId>json-simple</artifactId>
  155. <version>1.1.1</version>
  156. </dependency>
  157. <dependency>
  158. <groupId>org.geotools</groupId>
  159. <artifactId>gt-data</artifactId>
  160. <version>${geotools.version}</version>
  161. </dependency>
  162. <dependency>
  163. <groupId>org.geotools</groupId>
  164. <artifactId>gt-geojson</artifactId>
  165. <version>${geotools.version}</version>
  166. </dependency>
  167. <dependency>
  168. <groupId>org.geotools</groupId>
  169. <artifactId>gt-epsg-hsql</artifactId>
  170. <version>${geotools.version}</version>
  171. </dependency>
  172. <dependency>
  173. <groupId>com.zjugis</groupId>
  174. <artifactId>gis</artifactId>
  175. <version>1.4.2-SNAPSHOT</version>
  176. </dependency>
  177. <!--<dependency>-->
  178. <!--<groupId>com.opendesign</groupId>-->
  179. <!--<artifactId>TeighaFileConverter</artifactId>-->
  180. <!--<version>4.6.0</version>-->
  181. <!--</dependency>-->
  182. </dependencies>
  183. <repositories>
  184. <repository>
  185. <id>local_repo</id>
  186. <url>file://D:/library/Maven-Repository</url>
  187. </repository>
  188. </repositories>
  189. <build>
  190. <plugins>
  191. <plugin>
  192. <groupId>org.springframework.boot</groupId>
  193. <artifactId>spring-boot-maven-plugin</artifactId>
  194. </plugin>
  195. </plugins>
  196. </build>
  197. </project>