项目结构调整 x 17 : 解决拆分后的报错

This commit is contained in:
YunaiV
2021-05-02 16:30:19 +08:00
parent cf4eeab395
commit eec8d12b70
12 changed files with 84 additions and 11 deletions

View File

@ -16,11 +16,22 @@
<url>https://github.com/YunaiV/ruoyi-vue-pro</url>
<dependencies>
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-common</artifactId>
</dependency>
<!-- Job 定时任务相关 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-quartz</artifactId>
</dependency>
<!-- 工具类相关 -->
<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
</dependency>
</dependencies>
</project>