|
@@ -48,6 +48,8 @@
|
|
<remote-addr>192.168.1.10:22</remote-addr>
|
|
<remote-addr>192.168.1.10:22</remote-addr>
|
|
<remote-username>root</remote-username>
|
|
<remote-username>root</remote-username>
|
|
<remote-passwd>123456</remote-passwd>
|
|
<remote-passwd>123456</remote-passwd>
|
|
|
|
+
|
|
|
|
+ <project.basedir>C:\algorithm\algorithm-platform-backend</project.basedir>
|
|
</properties>
|
|
</properties>
|
|
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
@@ -111,6 +113,10 @@
|
|
<!--<artifactId>spring-boot-devtools</artifactId>-->
|
|
<!--<artifactId>spring-boot-devtools</artifactId>-->
|
|
<!--<optional>true</optional>-->
|
|
<!--<optional>true</optional>-->
|
|
<!--</dependency>-->
|
|
<!--</dependency>-->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
|
+ <artifactId>spring-test</artifactId>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.baomidou</groupId>
|
|
<groupId>com.baomidou</groupId>
|
|
<artifactId>mybatis-plus-boot-starter</artifactId>
|
|
<artifactId>mybatis-plus-boot-starter</artifactId>
|
|
@@ -271,6 +277,12 @@
|
|
<artifactId>argo-client-java</artifactId>
|
|
<artifactId>argo-client-java</artifactId>
|
|
<version>v3.0.1</version>
|
|
<version>v3.0.1</version>
|
|
<scope>compile</scope>
|
|
<scope>compile</scope>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>io.sundr</groupId>
|
|
|
|
+ <artifactId>sundr-codegen</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
@@ -286,6 +298,12 @@
|
|
<version>2.2.6</version>
|
|
<version>2.2.6</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>io.sundr</groupId>
|
|
|
|
+ <artifactId>sundr-codegen</artifactId>
|
|
|
|
+ <version>0.22.0</version>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.belerweb</groupId>
|
|
<groupId>com.belerweb</groupId>
|
|
<artifactId>pinyin4j</artifactId>
|
|
<artifactId>pinyin4j</artifactId>
|
|
@@ -301,7 +319,7 @@
|
|
<artifactId>jdk.tools</artifactId>
|
|
<artifactId>jdk.tools</artifactId>
|
|
<version>1.8</version>
|
|
<version>1.8</version>
|
|
<scope>system</scope>
|
|
<scope>system</scope>
|
|
- <systemPath>C:/software/Java/jdk1.8.0_271/lib/tools.jar</systemPath>
|
|
|
|
|
|
+ <systemPath>${env.JAVA_HOME}/lib/tools.jar</systemPath>
|
|
</dependency>
|
|
</dependency>
|
|
<!-- <dependency>-->
|
|
<!-- <dependency>-->
|
|
<!-- <groupId>javax.websocket</groupId>-->
|
|
<!-- <groupId>javax.websocket</groupId>-->
|