1
0

feat: 增加策略模块专门处理策略研究

This commit is contained in:
2025-09-07 21:27:26 +08:00
parent 769bd4a90b
commit 7a70c037f9
12 changed files with 368 additions and 28 deletions

1
.idea/compiler.xml generated
View File

@@ -96,6 +96,7 @@
<entry name="$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-configuration-processor/3.5.0/spring-boot-configuration-processor-3.5.0.jar" />
<entry name="$MAVEN_REPOSITORY$/org/projectlombok/lombok/1.18.38/lombok-1.18.38.jar" />
</processorPath>
<module name="leopard-strategy" />
<module name="leopard-server" />
</profile>
</annotationProcessing>

2
.idea/encodings.xml generated
View File

@@ -5,6 +5,8 @@
<file url="file://$PROJECT_DIR$/leopard-core/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/leopard-server/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/leopard-server/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/leopard-strategy/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/leopard-strategy/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/src/main/kotlin" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/src/main/resources" charset="UTF-8" />