feat(整合三思开发包并且整合MPJ依赖)

This commit is contained in:
fuhao 2024-08-14 15:40:43 +08:00
parent bcd4a39822
commit d09153864d
No known key found for this signature in database
2 changed files with 27 additions and 0 deletions

Binary file not shown.

View File

@ -136,6 +136,19 @@
<groupId>com.baomidou</groupId> <groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId> <artifactId>mybatis-plus-boot-starter</artifactId>
<version>3.5.4</version> <version>3.5.4</version>
<exclusions>
<exclusion>
<artifactId>jsqlparser</artifactId>
<groupId>com.github.jsqlparser</groupId>
</exclusion>
</exclusions>
</dependency>
<!-- mybatis-plus-join 表关联增强 -->
<!-- https://mybatisplusjoin.com/pages/core/lambda/select/selectAll.html -->
<dependency>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-boot-starter</artifactId>
<version>1.4.5</version>
</dependency> </dependency>
<dependency> <dependency>
@ -143,6 +156,20 @@
<artifactId>lombok</artifactId> <artifactId>lombok</artifactId>
</dependency> </dependency>
<!-- httpclient -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
<dependency>
<groupId>zhishuang.wang</groupId>
<artifactId>SanSiCMS</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/protocol/sansi/SanSiCMS.jar</systemPath>
</dependency>
</dependencies> </dependencies>
</project> </project>