智慧校园微服务
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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <groupId>com.xhkjedu</groupId>
  7. <artifactId>cloud-schoolapi</artifactId>
  8. <version>1.0-SNAPSHOT</version>
  9. <packaging>pom</packaging>
  10. <modules>
  11. <module>gateway</module>
  12. <module>register</module>
  13. <module>config</module>
  14. <module>suser</module>
  15. <module>sclass</module>
  16. <module>slive</module>
  17. <module>sstudy</module>
  18. <module>sapi</module>
  19. <module>scommons</module>
  20. <module>sexam</module>
  21. <module>slog</module>
  22. <module>smarking</module>
  23. </modules>
  24. <parent>
  25. <groupId>org.springframework.boot</groupId>
  26. <artifactId>spring-boot-starter-parent</artifactId>
  27. <version>2.6.3</version>
  28. <relativePath/> <!-- lookup parent from repository -->
  29. </parent>
  30. <properties>
  31. <java.version>1.8</java.version>
  32. <spring-cloud.version>2021.0.0</spring-cloud.version>
  33. </properties>
  34. <dependencyManagement>
  35. <dependencies>
  36. <dependency>
  37. <groupId>com.xhkjedu</groupId>
  38. <artifactId>gateway</artifactId>
  39. <version>0.0.1-SNAPSHOT</version>
  40. </dependency>
  41. <dependency>
  42. <groupId>com.xhkjedu</groupId>
  43. <artifactId>register</artifactId>
  44. <version>0.0.1-SNAPSHOT</version>
  45. </dependency>
  46. <dependency>
  47. <groupId>com.xhkjedu</groupId>
  48. <artifactId>config</artifactId>
  49. <version>0.0.1-SNAPSHOT</version>
  50. </dependency>
  51. <dependency>
  52. <groupId>com.xhkjedu</groupId>
  53. <artifactId>suser</artifactId>
  54. <version>0.0.1-SNAPSHOT</version>
  55. </dependency>
  56. <dependency>
  57. <groupId>com.xhkjedu</groupId>
  58. <artifactId>sclass</artifactId>
  59. <version>0.0.1-SNAPSHOT</version>
  60. </dependency>
  61. <dependency>
  62. <groupId>com.xhkjedu</groupId>
  63. <artifactId>slive</artifactId>
  64. <version>0.0.1-SNAPSHOT</version>
  65. </dependency>
  66. <dependency>
  67. <groupId>com.xhkjedu</groupId>
  68. <artifactId>sstudy</artifactId>
  69. <version>0.0.1-SNAPSHOT</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>com.xhkjedu</groupId>
  73. <artifactId>sapi</artifactId>
  74. <version>0.0.1-SNAPSHOT</version>
  75. </dependency>
  76. <dependency>
  77. <groupId>com.xhkjedu</groupId>
  78. <artifactId>scommons</artifactId>
  79. <version>0.0.1-SNAPSHOT</version>
  80. </dependency>
  81. <dependency>
  82. <groupId>com.xhkjedu</groupId>
  83. <artifactId>sexam</artifactId>
  84. <version>0.0.1-SNAPSHOT</version>
  85. </dependency>
  86. <dependency>
  87. <groupId>com.xhkjedu</groupId>
  88. <artifactId>slog</artifactId>
  89. <version>0.0.1-SNAPSHOT</version>
  90. </dependency>
  91. <dependency>
  92. <groupId>com.xhkjedu</groupId>
  93. <artifactId>smarking</artifactId>
  94. <version>0.0.1-SNAPSHOT</version>
  95. </dependency>
  96. </dependencies>
  97. </dependencyManagement>
  98. </project>