commit | 03d21b9e4fb95a48ba3a63e853b113146a0a42f8 | [log] [tgz] |
---|---|---|
author | 崔向南 <2924897263@qq.com> | Thu Jun 05 17:42:23 2025 +0800 |
committer | 崔向南 <2924897263@qq.com> | Thu Jun 05 17:42:23 2025 +0800 |
tree | dad2f2546eb9049f5860326d58d5913384159ff3 | |
parent | 04060973225ce827bb580e080003ae8d201bdc33 [diff] [blame] |
我是人,我提交了悬赏功能哦!悬赏功能是:1.人可以发布悬赏 2.人可以回复悬赏 3.只有回复人和悬赏发布者可以下载回复的附件 Change-Id: I269fb69c6ee4dd695a38fa0c91fa8fbe72fc5322
diff --git a/pom.xml b/pom.xml index 222d677..5d4fd71 100644 --- a/pom.xml +++ b/pom.xml
@@ -215,6 +215,14 @@ <scope>test</scope> </dependency> + <dependency> + <groupId>com.baomidou</groupId> + <artifactId>mybatis-plus-boot-starter</artifactId> + <version>3.5.2</version> + </dependency> + + + </dependencies> </dependencyManagement>