1
0

refactor: 通用逻辑移到core中方便strategy模块一起使用

This commit is contained in:
2025-09-26 09:17:11 +08:00
parent 3991effa88
commit 0dd421ca43
19 changed files with 39 additions and 48 deletions

View File

@@ -20,10 +20,18 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-json</artifactId>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-core</artifactId>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-http</artifactId>
</dependency>
<dependency>
<groupId>io.github.ralfkonrad.quantlib_for_maven</groupId>