Giter VIP home page Giter VIP logo

quartz-cluster-demo's Introduction

基于quartz-2.2.2, spring-boot-1.0.2, spring-4.0.3, mysql5.6搭建的quartz集群项目示例

项目使用

  • 创建数据库
CREATE DATABASE quartz_cluster_demo DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
  • 初始化数据库

下载sql脚本文件,或拷贝项目中的tables_mysql_innodb.sql文件

wget https://github.com/quartz-scheduler/quartz/blob/31291cef9038c856ea718ec27eab2f2f4a431a1b/quartz-core/src/main/resources/org/quartz/impl/jdbcjobstore/tables_mysql_innodb.sql

导入脚本文件

mysql -u root -p123456 -Dquartz_cluster_demo < tables_mysql_innodb.sql
  • 修改数据库连接配置文件db.properties, 默认配置信息
jdbcUrl=jdbc:mysql://127.0.0.1:3306/quartz_cluster_demo
username=root
password=123456
  • 启动应用 主类 demo.quartz.cluster.App

quartz-cluster-demo's People

Contributors

liang1long2qun3 avatar

Stargazers

 avatar  avatar Simba Wu avatar

Watchers

 avatar  avatar

Forkers

legend6886

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.