perf:移除encrypt模块,直接集成到web模块中

This commit is contained in:
曾文豪
2024-08-28 19:41:45 +08:00
parent 55324199cd
commit a9f218de89
6 changed files with 2 additions and 64 deletions

View File

@@ -64,11 +64,6 @@
<artifactId>springboot-message</artifactId>
</dependency>
<dependency>
<groupId>com.tiesheng.springboot-parent</groupId>
<artifactId>springboot-encrypt</artifactId>
</dependency>
</dependencies>
</project>