You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

pom.xml 3.4 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>org.dubhe</groupId>
  7. <artifactId>server</artifactId>
  8. <version>0.0.1-SNAPSHOT</version>
  9. </parent>
  10. <artifactId>gateway</artifactId>
  11. <version>0.0.1-SNAPSHOT</version>
  12. <name>网关</name>
  13. <description>Dubhe gateway</description>
  14. <dependencies>
  15. <!-- 注册中心 -->
  16. <dependency>
  17. <groupId>org.dubhe.cloud</groupId>
  18. <artifactId>registration</artifactId>
  19. <version>${org.dubhe.cloud.registration.version}</version>
  20. </dependency>
  21. <!-- 配置中心 -->
  22. <dependency>
  23. <groupId>org.dubhe.cloud</groupId>
  24. <artifactId>configuration</artifactId>
  25. <version>${org.dubhe.cloud.configuration.version}</version>
  26. </dependency>
  27. <!-- RESTful APIs swagger2 -->
  28. <dependency>
  29. <groupId>io.springfox</groupId>
  30. <artifactId>springfox-swagger2</artifactId>
  31. <version>${swagger.version}</version>
  32. </dependency>
  33. <!-- log依赖-->
  34. <dependency>
  35. <groupId>org.dubhe.biz</groupId>
  36. <artifactId>log</artifactId>
  37. <version>${org.dubhe.biz.log.version}</version>
  38. </dependency>
  39. <dependency>
  40. <groupId>com.github.xiaoymin</groupId>
  41. <artifactId>swagger-bootstrap-ui</artifactId>
  42. <version>${swagger-bootstrap-ui.version}</version>
  43. </dependency>
  44. <dependency>
  45. <groupId>org.projectlombok</groupId>
  46. <artifactId>lombok</artifactId>
  47. <version>${lombok.version}</version>
  48. </dependency>
  49. <!-- 网关依赖 -->
  50. <dependency>
  51. <groupId>org.springframework.boot</groupId>
  52. <artifactId>spring-boot-starter-webflux</artifactId>
  53. </dependency>
  54. <dependency>
  55. <groupId>org.springframework.cloud</groupId>
  56. <artifactId>spring-cloud-gateway-core</artifactId>
  57. </dependency>
  58. <!-- Kotlin依赖 -->
  59. <dependency>
  60. <groupId>org.jetbrains.kotlin</groupId>
  61. <artifactId>kotlin-stdlib</artifactId>
  62. <version>${kotlin.version}</version>
  63. </dependency>
  64. <dependency>
  65. <groupId>org.jetbrains.kotlin</groupId>
  66. <artifactId>kotlin-reflect</artifactId>
  67. </dependency>
  68. </dependencies>
  69. <build>
  70. <plugins>
  71. <plugin>
  72. <groupId>org.springframework.boot</groupId>
  73. <artifactId>spring-boot-maven-plugin</artifactId>
  74. <configuration>
  75. <skip>false</skip>
  76. <fork>true</fork>
  77. <classifier>exec</classifier>
  78. </configuration>
  79. </plugin>
  80. <!-- 跳过单元测试 -->
  81. <plugin>
  82. <groupId>org.apache.maven.plugins</groupId>
  83. <artifactId>maven-surefire-plugin</artifactId>
  84. <configuration>
  85. <skipTests>true</skipTests>
  86. </configuration>
  87. </plugin>
  88. </plugins>
  89. </build>
  90. </project>

一站式算法开发平台、高性能分布式深度学习框架、先进算法模型库、视觉模型炼知平台、数据可视化分析平台等一系列平台及工具,在模型高效分布式训练、数据处理和可视分析、模型炼知和轻量化等技术上形成独特优势,目前已在产学研等各领域近千家单位及个人提供AI应用赋能