2020-11-05 01:13:51 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<parent>
|
|
|
|
<artifactId>youlai-common</artifactId>
|
|
|
|
<groupId>com.youlai</groupId>
|
2024-02-29 11:51:46 +08:00
|
|
|
<version>3.1.0</version>
|
2020-11-05 01:13:51 +08:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
2024-02-24 20:16:56 +08:00
|
|
|
<artifactId>common-core</artifactId>
|
2020-11-05 01:13:51 +08:00
|
|
|
|
|
|
|
<dependencies>
|
2021-08-25 08:24:04 +08:00
|
|
|
|
2020-11-05 01:13:51 +08:00
|
|
|
<dependency>
|
2024-02-24 20:16:56 +08:00
|
|
|
<groupId>io.swagger.core.v3</groupId>
|
|
|
|
<artifactId>swagger-annotations</artifactId>
|
2020-11-05 01:13:51 +08:00
|
|
|
</dependency>
|
|
|
|
|
2024-02-24 20:16:56 +08:00
|
|
|
<!-- Mybatis 分页参数 -->
|
2020-11-05 01:13:51 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.baomidou</groupId>
|
2024-01-30 13:45:30 +08:00
|
|
|
<artifactId>mybatis-plus-spring-boot3-starter</artifactId>
|
2020-11-05 01:13:51 +08:00
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
2021-01-03 09:46:51 +08:00
|
|
|
|
2020-11-05 01:13:51 +08:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|