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

This commit is contained in:
YunaiV
2021-05-02 23:23:05 +08:00
parent eec8d12b70
commit a927dd059e
130 changed files with 553 additions and 437 deletions

View File

@ -32,12 +32,6 @@
<scope>provided</scope> <!-- 设置为 provided只有 OncePerRequestFilter 使用到 -->
</dependency>
<!-- <dependency>-->
<!-- <groupId>jakarta.servlet</groupId>-->
<!-- <artifactId>jakarta.servlet-api</artifactId>-->
<!-- <scope>provided</scope> &lt;!&ndash; 设置为 provided只有 OncePerRequestFilter 使用到 &ndash;&gt;-->
<!-- </dependency>-->
<!-- DB 相关 -->
<dependency>
<groupId>mysql</groupId>