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

@@ -26,7 +26,6 @@
<module>springboot-poi</module>
<module>springboot-platform</module>
<module>springboot-message</module>
<module>springboot-encrypt</module>
<module>springboot-annotation</module>
<module>springboot-role</module>
</modules>
@@ -93,12 +92,6 @@
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>com.tiesheng.springboot-parent</groupId>
<artifactId>springboot-encrypt</artifactId>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>com.tiesheng.springboot-parent</groupId>
<artifactId>springboot-role</artifactId>