普兆健康管家后端代码仓库
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.

39 lines
1.2 KiB

1 week ago
1 week ago
1 week ago
1 week ago
1 week ago
1 week ago
1 week ago
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <artifactId>jeecgboot-boot-applet</artifactId>
  5. <parent>
  6. <artifactId>jeecg-boot-module</artifactId>
  7. <groupId>org.jeecgframework.boot</groupId>
  8. <version>3.8.1</version>
  9. </parent>
  10. <repositories>
  11. <repository>
  12. <id>aliyun</id>
  13. <name>aliyun Repository</name>
  14. <url>https://maven.aliyun.com/repository/public</url>
  15. <snapshots>
  16. <enabled>false</enabled>
  17. </snapshots>
  18. </repository>
  19. <repository>
  20. <id>jeecg</id>
  21. <name>jeecg Repository</name>
  22. <url>https://maven.jeecg.org/nexus/content/repositories/jeecg</url>
  23. <snapshots>
  24. <enabled>false</enabled>
  25. </snapshots>
  26. </repository>
  27. </repositories>
  28. <dependencies>
  29. <dependency>
  30. <groupId>org.jeecgframework.boot</groupId>
  31. <artifactId>jeecg-boot-base-core</artifactId>
  32. </dependency>
  33. </dependencies>
  34. </project>