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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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. </modules>
  23. <parent>
  24. <groupId>org.springframework.boot</groupId>
  25. <artifactId>spring-boot-starter-parent</artifactId>
  26. <version>2.6.3</version>
  27. <relativePath/> <!-- lookup parent from repository -->
  28. </parent>
  29. <properties>
  30. <java.version>1.8</java.version>
  31. <spring-cloud.version>2021.0.0</spring-cloud.version>
  32. </properties>
  33. <dependencyManagement>
  34. <dependencies>
  35. <dependency>
  36. <groupId>com.xhkjedu</groupId>
  37. <artifactId>gateway</artifactId>
  38. <version>0.0.1-SNAPSHOT</version>
  39. </dependency>
  40. <dependency>
  41. <groupId>com.xhkjedu</groupId>
  42. <artifactId>register</artifactId>
  43. <version>0.0.1-SNAPSHOT</version>
  44. </dependency>
  45. <dependency>
  46. <groupId>com.xhkjedu</groupId>
  47. <artifactId>config</artifactId>
  48. <version>0.0.1-SNAPSHOT</version>
  49. </dependency>
  50. <dependency>
  51. <groupId>com.xhkjedu</groupId>
  52. <artifactId>suser</artifactId>
  53. <version>0.0.1-SNAPSHOT</version>
  54. </dependency>
  55. <dependency>
  56. <groupId>com.xhkjedu</groupId>
  57. <artifactId>sclass</artifactId>
  58. <version>0.0.1-SNAPSHOT</version>
  59. </dependency>
  60. <dependency>
  61. <groupId>com.xhkjedu</groupId>
  62. <artifactId>slive</artifactId>
  63. <version>0.0.1-SNAPSHOT</version>
  64. </dependency>
  65. <dependency>
  66. <groupId>com.xhkjedu</groupId>
  67. <artifactId>sstudy</artifactId>
  68. <version>0.0.1-SNAPSHOT</version>
  69. </dependency>
  70. <dependency>
  71. <groupId>com.xhkjedu</groupId>
  72. <artifactId>sapi</artifactId>
  73. <version>0.0.1-SNAPSHOT</version>
  74. </dependency>
  75. <dependency>
  76. <groupId>com.xhkjedu</groupId>
  77. <artifactId>scommons</artifactId>
  78. <version>0.0.1-SNAPSHOT</version>
  79. </dependency>
  80. <dependency>
  81. <groupId>com.xhkjedu</groupId>
  82. <artifactId>sexam</artifactId>
  83. <version>0.0.1-SNAPSHOT</version>
  84. </dependency>
  85. <dependency>
  86. <groupId>com.xhkjedu</groupId>
  87. <artifactId>slog</artifactId>
  88. <version>0.0.1-SNAPSHOT</version>
  89. </dependency>
  90. </dependencies>
  91. </dependencyManagement>
  92. </project>