{"id":17974823,"url":"https://github.com/viruscamp/spring-boot-starter-quartz","last_synced_at":"2026-04-13T12:31:04.732Z","repository":{"id":73679138,"uuid":"108843763","full_name":"viruscamp/spring-boot-starter-quartz","owner":"viruscamp","description":"Backport of spring-boot-starter-quartz from spring-boot-2.x to spring-boot-1.5.x","archived":false,"fork":false,"pushed_at":"2022-04-13T16:52:46.000Z","size":131,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-31T10:43:42.269Z","etag":null,"topics":["java","quartz","spring","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/viruscamp.png","metadata":{"files":{"readme":"ReadMe.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-30T11:51:25.000Z","updated_at":"2022-04-08T08:05:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"64d9bf6e-9665-43c1-8ed2-36bae849628e","html_url":"https://github.com/viruscamp/spring-boot-starter-quartz","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/viruscamp/spring-boot-starter-quartz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viruscamp%2Fspring-boot-starter-quartz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viruscamp%2Fspring-boot-starter-quartz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viruscamp%2Fspring-boot-starter-quartz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viruscamp%2Fspring-boot-starter-quartz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/viruscamp","download_url":"https://codeload.github.com/viruscamp/spring-boot-starter-quartz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viruscamp%2Fspring-boot-starter-quartz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31752992,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","quartz","spring","spring-boot"],"created_at":"2024-10-29T17:15:52.727Z","updated_at":"2026-04-13T12:31:04.702Z","avatar_url":"https://github.com/viruscamp.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring Boot Quartz Starter for spring-boot-1.5.x\n![Build Status](https://github.com/viruscamp/spring-boot-starter-quartz/actions/workflows/maven.yml/badge.svg)\n[![License](http://img.shields.io/:license-Apache%202-red.svg)](LICENSE.txt)\n\nThis is backport of spring-boot-starter-quartz from spring-boot-2.6.6 to spring-boot-1.5.x .  \nThis project is compatible for all spring-boot-1.5.x , you can change spring-boot version by change `project.parent.version` int pom.xml .\n\nUsage:\n```xml\n\u003cdependency\u003e\n\t\u003cgroupId\u003ecom.github.viruscamp\u003c/groupId\u003e\n\t\u003cartifactId\u003espring-boot-starter-quartz\u003c/artifactId\u003e\n\t\u003cversion\u003e2.0.2\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nAttentions:\n- The minimal java version is 1.8 instead of 1.6.\n- Different behavior with spring-boot-2.x, `job-store-type=jdbc` without data-source will fail\n- Because there is a bug in spring-context-support-4.x `SchedulerFactoryBean`,\n`spring.quartz.properties.org.quartz.scheduler.instanceName=testScheduler` is invalid,\n`spring.quartz.scheduler-name` can be used as an alternative.\n- In spring-boot-1.5.x, `Duration` simple format like '1m', '3s' is not supported.\nOnly ISO-8601 format like 'PT1M', 'P2D' is supported.\n\nMain codes are from [spring-boot-autoconfigure/main/quartz](https://github.com/spring-projects/spring-boot/tree/v2.6.6/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/quartz) .\n\nTest codes are from [spring-boot-autoconfigure/test/quartz](https://github.com/spring-projects/spring-boot/tree/v2.6.6/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/quartz) .\n\nFor the use of `QuartzDatabaseInitializer`, we made `AbstractDatabaseInitializerEnhanced` as an enhanced copy of [AbstractDatabaseInitializer](https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/AbstractDatabaseInitializer.java).  \nThis branch does not use `QuartzDataSourceScriptDatabaseInitializer extends DataSourceScriptDatabaseInitializer` which is closer to spring-boot-2.6.6.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviruscamp%2Fspring-boot-starter-quartz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviruscamp%2Fspring-boot-starter-quartz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviruscamp%2Fspring-boot-starter-quartz/lists"}