1
0

perf: 股票详情页显示财报

This commit is contained in:
2025-09-12 16:18:39 +08:00
parent 5fa2a4e8e7
commit 338554c523
4 changed files with 159 additions and 6 deletions

View File

@@ -30,8 +30,12 @@
<logger name="com.zaxxer.hikari" level="ERROR"/>
<!--<logger name="org.hibernate.SQL" level="DEBUG"/>-->
<root level="INFO">
<springProfile name="build">
<appender-ref ref="Console"/>
<appender-ref ref="RollingFile"/>
</springProfile>
<root level="INFO">
<appender-ref ref="Console"/>
</root>
</configuration>