1
0

feat: 实现基本的回测图表绘制

This commit is contained in:
2025-11-03 23:28:04 +08:00
parent f4fef2bd95
commit db8a094c8f
10 changed files with 560 additions and 60 deletions

View File

@@ -28,7 +28,7 @@
</appender>
<logger name="com.zaxxer.hikari" level="ERROR"/>
<!--<logger name="org.hibernate.SQL" level="DEBUG"/>-->
<logger name="org.hibernate.SQL" level="DEBUG"/>
<root level="INFO">
<appender-ref ref="Console"/>