|
@@ -158,11 +158,17 @@
|
|
|
</dependency>
|
|
|
|
|
|
<!-- MyBatis & MySQL -->
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>org.mybatis.spring.boot</groupId>-->
|
|
|
+<!-- <artifactId>mybatis-spring-boot-starter</artifactId>-->
|
|
|
+<!-- <version>3.0.2</version>-->
|
|
|
+<!-- </dependency>-->
|
|
|
<dependency>
|
|
|
- <groupId>org.mybatis.spring.boot</groupId>
|
|
|
- <artifactId>mybatis-spring-boot-starter</artifactId>
|
|
|
- <version>3.0.2</version>
|
|
|
+ <groupId>com.baomidou</groupId>
|
|
|
+ <artifactId>mybatis-plus-boot-starter</artifactId>
|
|
|
+ <version>3.5.3.2</version>
|
|
|
</dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>com.mysql</groupId>
|
|
|
<artifactId>mysql-connector-j</artifactId>
|
|
@@ -322,18 +328,18 @@
|
|
|
|
|
|
<!-- 引用 紫鸟JavaSDK (上传阿里云 Maven 私有仓库)-->
|
|
|
<!-- https://packages.aliyun.com/repos/2390498-release-I0JIZp/packages -->
|
|
|
- <dependency>
|
|
|
- <groupId>com.ziniao</groupId>
|
|
|
- <artifactId>ziniao-sdk-java</artifactId>
|
|
|
- <version>5.1.0</version>
|
|
|
- </dependency>
|
|
|
<!-- <dependency>-->
|
|
|
<!-- <groupId>com.ziniao</groupId>-->
|
|
|
<!-- <artifactId>ziniao-sdk-java</artifactId>-->
|
|
|
<!-- <version>5.1.0</version>-->
|
|
|
-<!-- <scope>system</scope>-->
|
|
|
-<!-- <systemPath>${project.basedir}/libs/ziniao/sdk-java-5.1.0.jar</systemPath>-->
|
|
|
<!-- </dependency>-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.ziniao</groupId>
|
|
|
+ <artifactId>ziniao-sdk-java</artifactId>
|
|
|
+ <version>5.1.0</version>
|
|
|
+ <scope>system</scope>
|
|
|
+ <systemPath>${project.basedir}/libs/ziniao-sdk-java-5.1.0.jar</systemPath>
|
|
|
+ </dependency>
|
|
|
|
|
|
|
|
|
<!-- 火山AI SDK 测试-->
|