Skip to content

Commit

Permalink
Fix #334
Browse files Browse the repository at this point in the history
  • Loading branch information
hmiguim committed Sep 20, 2022
1 parent a70f0bd commit 6203645
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ org.quartz.scheduler.instanceName = MyScheduler
org.quartz.threadPool.threadCount = 1
org.quartz.jobStore.class = org.quartz.simpl.RAMJobStore
spring.batch.job.enabled=false
spring.batch.initialize-schema=always
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
spring.jpa.hibernate.ddl-auto=create
spring.h2.console.enabled=true
Expand Down

0 comments on commit 6203645

Please sign in to comment.