智慧水务管理系统 - 精河县供水工程综合管理平台

pom.xml 800B

123456789101112131415161718192021222324
  1. <!-- GIS相关依赖 -->
  2. <dependency>
  3. <groupId>org.springframework.boot</groupId>
  4. <artifactId>spring-boot-starter-data-jpa</artifactId>
  5. </dependency>
  6. <dependency>
  7. <groupId>org.postgresql</groupId>
  8. <artifactId>postgresql</artifactId>
  9. <scope>runtime</scope>
  10. </dependency>
  11. <dependency>
  12. <groupId>org.hibernate</groupId>
  13. <artifactId>hibernate-spatial</artifactId>
  14. <version>5.6.15.Final</version>
  15. </dependency>
  16. <dependency>
  17. <groupId>org.locationtech.jts</groupId>
  18. <artifactId>jts-core</artifactId>
  19. <version>1.19.0</version>
  20. </dependency>
  21. <dependency>
  22. <groupId>org.springframework.boot</groupId>
  23. <artifactId>spring-boot-starter-web</artifactId>
  24. </dependency>