完成模块2

This commit is contained in:
2026-06-02 18:06:54 +08:00
parent 5bcf6e26a4
commit 8e3e169984
36 changed files with 3576 additions and 105 deletions
+7
View File
@@ -74,6 +74,13 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<!-- 会员模块依赖 -->
<dependency>
<groupId>cn.novalon.gym.manage</groupId>
<artifactId>gym-member</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<build>