fix: 投资系统,茅台预约代码提交。

This commit is contained in:
tianyongbao
2024-12-07 16:43:13 +08:00
parent 2c18e66c77
commit e29fe34a59
53 changed files with 4713 additions and 1 deletions

View File

@@ -118,7 +118,16 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<!-- redis 缓存操作 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<!-- spring2.X集成redis所需common-pool2-->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
</dependency>
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>core</artifactId>