修复 找不到包错误

This commit is contained in:
yf 2025-03-05 00:46:24 +08:00
parent c5a8f8f032
commit 830ce9d3af
1 changed files with 5 additions and 0 deletions

View File

@ -65,6 +65,11 @@
<scope>compile</scope>
</dependency>
<!-- 服务保障相关 -->
<dependency>
<groupId>cn.hangtag</groupId>
<artifactId>hangtag-spring-boot-starter-protection</artifactId>
</dependency>
<!-- Thymeleaf 模板引擎 -->