feat: 调整结果展示
This commit is contained in:
14
leopard-server/src/main/resources/application-h2.yml
Normal file
14
leopard-server/src/main/resources/application-h2.yml
Normal 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
|
||||
Reference in New Issue
Block a user