All Projects → pujiaolin → Knight

pujiaolin / Knight

Licence: other
The scheduler with UI base on quartz-scheduler(spring boot + angular)

Programming Languages

java
68154 projects - #9 most used programming language
typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to Knight

angular-build-info
🛠 A CLI to generate an easily importable `build.ts` file containing various details about the application build
Stars: ✭ 25 (+56.25%)
Mutual labels:  angular2
ng2-storage
A local and session storage wrapper for angular 2.
Stars: ✭ 14 (-12.5%)
Mutual labels:  angular2
ngx-json-ld
📝 A small component to easily bind JSON-LD schema to Angular templates.
Stars: ✭ 29 (+81.25%)
Mutual labels:  angular2
angular2-simple-countdown
a simple countdown angular2 directive with multiple language
Stars: ✭ 26 (+62.5%)
Mutual labels:  angular2
ng2-3d-editor
3D Viewer and Editor Javascript
Stars: ✭ 15 (-6.25%)
Mutual labels:  angular2
beihu-boot
企业级快速开发框架集,提供各种组件的模板方法包装,简化使用成本,供参考学习!
Stars: ✭ 32 (+100%)
Mutual labels:  quartz
ng2-acl
Role based permissions for Angular v2++
Stars: ✭ 15 (-6.25%)
Mutual labels:  angular2
Angular2-startbootstrap-new-age
Angular 2 version of the Start Bootstrap New Age theme
Stars: ✭ 13 (-18.75%)
Mutual labels:  angular2
dubai
迪拜后台系统框架:基于Springside、Mysql、Bootstrap2的后台系统框架,旨在为繁杂的各种业务流程提供一个界面简约、操作高效、运行稳定、容易集成和横向扩展的开发基础框架及规范。
Stars: ✭ 45 (+181.25%)
Mutual labels:  quartz
angular2-webpack-advance-starter
An advanced Angular2 Webpack Starter project with support for ngrx/store, ngrx/effects, ng2-translate, angulartics2, lodash, NativeScript (*native* mobile), Electron (Mac, Windows and Linux desktop) and more.
Stars: ✭ 49 (+206.25%)
Mutual labels:  angular2
ng2-fontawesome
An easy-to-use directive for font awesome icons.
Stars: ✭ 20 (+25%)
Mutual labels:  angular2
ionic-video-chat-support
Ionic 3 Video and Group Text Chat
Stars: ✭ 19 (+18.75%)
Mutual labels:  angular2
laravel5Angular4
Laravel 5.4 & Angular 4.3.4
Stars: ✭ 37 (+131.25%)
Mutual labels:  angular2
ng-pdf-make
This is library creates a bridge to use pdfmake library with your angular 2 implementation.
Stars: ✭ 15 (-6.25%)
Mutual labels:  angular2
ngx-owl-carousel
An angular2 (4) wrapper for jquery owl-carousel library with dynamic carousel item change detection
Stars: ✭ 71 (+343.75%)
Mutual labels:  angular2
analytics-angular
The hassle-free way to integrate analytics into your Angular application.
Stars: ✭ 69 (+331.25%)
Mutual labels:  angular2
nodeJS examples
Server, routing, db examples using NodeJS v6
Stars: ✭ 34 (+112.5%)
Mutual labels:  angular2
tcome-frontend
NodeJS&Angular4 BLOG
Stars: ✭ 49 (+206.25%)
Mutual labels:  angular2
gupack
基于gulp的前端构建工具
Stars: ✭ 13 (-18.75%)
Mutual labels:  angular2
ngx-widget-grid
Angular 2.x or in general ng-x module for dashboards
Stars: ✭ 65 (+306.25%)
Mutual labels:  angular2

Knight

The scheduler with UI base on quartz-scheduler(spring boot 1.4.3 + angular 2.4 + quartz-scheduler 2.2.1)

快速开始

1.执行 knight-service项目中resources的db文件夹下的sql语句,这里是使用mysql。

2.在 knight-service项目中 application.properties配置数据库相关。

3.执行 mvn package。

4.运行knight-service项目,访问http://localhost:8088/index.html

当然你可以同时运行knight-web(ng server | npm start) 项目来访问http://localhost:4200

项目功能

1.添加任务,需要自己编写任务 继承 QuartzJobBean,根据准确目录进行添加,只是实现了cron表达式方式。

2.任务列表,查看所有任务,可删除。

3.添加任务监听,这里主要是提供两个关联任务的执行,监听到第一个任务执行,立马执行第二个任务。这时第一个任务必须是正在运行的任务。

4.任务监听列表,查看所有监听,可以删除。

5.不管是任务还是监听都可以SchedulerConfig类中配置,这样项目每次启动都会加载执行。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].