1
0

feat: 一些细小的调整

This commit is contained in:
2025-09-13 00:55:44 +08:00
parent acab6978d4
commit 7fa524b8d5
7 changed files with 102 additions and 83 deletions

View File

@@ -22,7 +22,6 @@ spring:
startup-delay: 30s
job-store-type: jdbc
jdbc:
# platform: mysql
platform: postgres
# initialize-schema: always
properties:

View File

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