🔄Update: 获取数据库中的 Movie
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
<module>lark</module>
|
||||
<module>weather</module>
|
||||
<module>common</module>
|
||||
<module>movie</module>
|
||||
</modules>
|
||||
|
||||
<!-- 依赖管理 -->
|
||||
@@ -38,6 +39,16 @@
|
||||
<artifactId>hutool-all</artifactId>
|
||||
<version>5.8.9</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.baomidou</groupId>
|
||||
<artifactId>mybatis-plus-spring-boot3-starter</artifactId>
|
||||
<version>3.5.14</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.mysql</groupId>
|
||||
<artifactId>mysql-connector-j</artifactId>
|
||||
<version>8.3.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
<!-- 构建配置 -->
|
||||
|
||||
Reference in New Issue
Block a user