普兆健康管家后端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
1.9 KiB

  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <parent>
  5. <groupId>org.jeecgframework.boot</groupId>
  6. <artifactId>jeecg-module-system</artifactId>
  7. <version>3.8.1</version>
  8. </parent>
  9. <modelVersion>4.0.0</modelVersion>
  10. <artifactId>jeecg-system-biz</artifactId>
  11. <dependencies>
  12. <dependency>
  13. <groupId>org.jeecgframework.boot</groupId>
  14. <artifactId>jeecg-system-local-api</artifactId>
  15. </dependency>
  16. <dependency>
  17. <groupId>org.hibernate</groupId>
  18. <artifactId>hibernate-core</artifactId>
  19. </dependency>
  20. <dependency>
  21. <groupId>org.jeecgframework.boot</groupId>
  22. <artifactId>hibernate-re</artifactId>
  23. </dependency>
  24. <!-- AI大模型管理 -->
  25. <dependency>
  26. <groupId>org.jeecgframework.boot</groupId>
  27. <artifactId>jeecg-boot-module-airag</artifactId>
  28. <version>${jeecgboot.version}</version>
  29. </dependency>
  30. <!-- 企业微信/钉钉 api -->
  31. <dependency>
  32. <groupId>org.jeecgframework</groupId>
  33. <artifactId>weixin4j</artifactId>
  34. </dependency>
  35. <!-- 积木报表 -->
  36. <dependency>
  37. <groupId>org.jeecgframework.jimureport</groupId>
  38. <artifactId>jimureport-spring-boot-starter</artifactId>
  39. </dependency>
  40. <!-- mongo、redis和文件数据集支持包,按需引入 -->
  41. <dependency>
  42. <groupId>org.jeecgframework.jimureport</groupId>
  43. <artifactId>jimureport-nosql-starter</artifactId>
  44. </dependency>
  45. <!-- 后台导出接口Echart图表支持包,按需引入
  46. <dependency>
  47. <groupId>org.jeecgframework.jimureport</groupId>
  48. <artifactId>jimureport-echarts-starter</artifactId>
  49. </dependency> -->
  50. <!-- 积木BI -->
  51. <dependency>
  52. <groupId>org.jeecgframework.jimureport</groupId>
  53. <artifactId>jimubi-spring-boot-starter</artifactId>
  54. </dependency>
  55. </dependencies>
  56. </project>