pom.xml 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  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. <parent>
  5. <artifactId>orbit-base-biz</artifactId>
  6. <groupId>orbit.base.server</groupId>
  7. <version>0.0.1</version>
  8. </parent>
  9. <modelVersion>4.0.0</modelVersion>
  10. <artifactId>base-biz-service</artifactId>
  11. <properties>
  12. <maven.compiler.source>8</maven.compiler.source>
  13. <maven.compiler.target>8</maven.compiler.target>
  14. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  15. </properties>
  16. <dependencies>
  17. <dependency>
  18. <groupId>org.springframework.boot</groupId>
  19. <artifactId>spring-boot-starter-test</artifactId>
  20. <scope>test</scope>
  21. </dependency>
  22. <!-- web控制依赖 -->
  23. <dependency>
  24. <groupId>org.springframework.boot</groupId>
  25. <artifactId>spring-boot-starter-web</artifactId>
  26. </dependency>
  27. <dependency>
  28. <groupId>org.springframework.boot</groupId>
  29. <artifactId>spring-boot-starter</artifactId>
  30. </dependency>
  31. <!-- 连接池 -->
  32. <dependency>
  33. <groupId>com.alibaba</groupId>
  34. <artifactId>druid-spring-boot-starter</artifactId>
  35. </dependency>
  36. <!-- nacos注册 -->
  37. <dependency>
  38. <groupId>com.alibaba.cloud</groupId>
  39. <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
  40. </dependency>
  41. <!-- nacos配置-->
  42. <dependency>
  43. <groupId>com.alibaba.cloud</groupId>
  44. <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
  45. </dependency>
  46. <!--客户端负载均衡loadbalancer-->
  47. <dependency>
  48. <groupId>org.springframework.cloud</groupId>
  49. <artifactId>spring-cloud-starter-loadbalancer</artifactId>
  50. </dependency>
  51. <!-- spring-cloud-dependencies 2020.0.1 版本不在默认加载bootstrap 文件
  52. 引入该依赖读取bootstrap文件 -->
  53. <dependency>
  54. <groupId>org.springframework.cloud</groupId>
  55. <artifactId>spring-cloud-starter-bootstrap</artifactId>
  56. </dependency>
  57. <!-- <dependency>-->
  58. <!-- <groupId>orbit.base.server</groupId>-->
  59. <!-- <artifactId>framework-mq</artifactId>-->
  60. <!-- <version>0.0.1</version>-->
  61. <!-- </dependency>-->
  62. <dependency>
  63. <groupId>orbit.base.server</groupId>
  64. <artifactId>framework-common</artifactId>
  65. <version>0.0.1</version>
  66. </dependency>
  67. <dependency>
  68. <groupId>orbit.base.server</groupId>
  69. <artifactId>framework-log</artifactId>
  70. <version>0.0.1</version>
  71. </dependency>
  72. <dependency>
  73. <groupId>orbit.base.server</groupId>
  74. <artifactId>base-biz-api</artifactId>
  75. <version>0.0.1</version>
  76. </dependency>
  77. <dependency>
  78. <groupId>junit</groupId>
  79. <artifactId>junit</artifactId>
  80. <scope>test</scope>
  81. </dependency>
  82. <dependency>
  83. <groupId>junit</groupId>
  84. <artifactId>junit</artifactId>
  85. <scope>test</scope>
  86. </dependency>
  87. <!-- <dependency>-->
  88. <!-- <groupId>orbit.base.server</groupId>-->
  89. <!-- <artifactId>framework-step</artifactId>-->
  90. <!-- <version>0.0.1</version>-->
  91. <!-- <scope>compile</scope>-->
  92. <!-- </dependency>-->
  93. <dependency>
  94. <groupId>orbit.base.server</groupId>
  95. <artifactId>base-track-api</artifactId>
  96. <version>0.0.1</version>
  97. <scope>compile</scope>
  98. </dependency>
  99. <!--data source-->
  100. <dependency>
  101. <groupId>com.baomidou</groupId>
  102. <artifactId>mybatis-plus-boot-starter</artifactId>
  103. </dependency>
  104. <dependency>
  105. <groupId>com.github.xiaoymin</groupId>
  106. <artifactId>knife4j-spring-boot-starter</artifactId>
  107. <version>2.0.4</version>
  108. </dependency>
  109. <dependency>
  110. <groupId>org.mybatis.spring.boot</groupId>
  111. <artifactId>mybatis-spring-boot-autoconfigure</artifactId>
  112. </dependency>
  113. <dependency>
  114. <groupId>com.github.liaochong</groupId>
  115. <artifactId>myexcel</artifactId>
  116. <version>3.11.2</version>
  117. </dependency>
  118. <dependency>
  119. <groupId>orbit.base.server</groupId>
  120. <artifactId>base-plan-api</artifactId>
  121. <version>0.0.1</version>
  122. <scope>compile</scope>
  123. </dependency>
  124. <!-- &lt;!&ndash; https://mvnrepository.com/artifact/org.geotools/gt-shapefile &ndash;&gt;
  125. <dependency>
  126. <groupId>org.geotools</groupId>
  127. <artifactId>gt-main</artifactId>
  128. <version>21.2</version>
  129. </dependency>
  130. <dependency>
  131. <groupId>nl.cloudfarming.client</groupId>
  132. <artifactId>lib-geotools</artifactId>
  133. <version>2.7.5</version>
  134. </dependency>
  135. &lt;!&ndash; https://mvnrepository.com/artifact/org.locationtech.jts/jts-core &ndash;&gt;
  136. <dependency>
  137. <groupId>org.locationtech.jts</groupId>
  138. <artifactId>jts-core</artifactId>
  139. <version>1.19.0</version>
  140. </dependency>
  141. <dependency>
  142. <groupId>org.geotools</groupId>
  143. <artifactId>gt-metadata</artifactId>
  144. <version>24.6</version>
  145. </dependency>-->
  146. </dependencies>
  147. <build>
  148. <plugins>
  149. <plugin>
  150. <groupId>org.springframework.boot</groupId>
  151. <artifactId>spring-boot-maven-plugin</artifactId>
  152. <executions>
  153. <execution>
  154. <goals>
  155. <goal>repackage</goal>
  156. </goals>
  157. </execution>
  158. </executions>
  159. </plugin>
  160. </plugins>
  161. </build>
  162. </project>