1
0

feat: 调整结果展示

This commit is contained in:
2025-09-26 18:13:12 +08:00
parent d4fec4c426
commit d3f337e2c4
4 changed files with 25 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
spring:
datasource:
url: jdbc:h2:file:./leopard;DB_CLOSE_ON_EXIT=TRUE
username: leopard
password: leopard
driver-class-name: org.h2.Driver
quartz:
jdbc:
platform: h2
properties:
org:
quartz:
jobStore:
driverDelegateClass: org.quartz.impl.jdbcjobstore.StdJDBCDelegate