Giter VIP home page Giter VIP logo

sc-paas's Introduction

sc-paas

Spring Coud PAAS Application Demo 该项目用于在建立新微服务项目时作为模板使用,所有的api\service\repository\domain层都做了标准化 github源码内并未加上microservice框架代码和配置文件,且工程启动依赖的配置文件时通过spring cloud config service注入的。所以项目pull至本地后是无法启动成功的。

sc-paas-job 项目为一个定时任务微服务,通过quartz和数据库实现定时任务持久化可配置,定时任务分两类:Task(定时启动的)和Cycle(只启动一次的轮询),项目通过建立四张表:JOB_TASK_TRIGGER\JOB_TASK_RECORD\JOB_CYCLE_TRIGGER\JOB_CYCLE_RECORD通过JPA实现JOB的配置、执行结果保存以及自动关闭等功能。定时任务的实际实现由Feign调用其它微服务实现。

sc-paas's People

Contributors

solomonpeng avatar

Watchers

 avatar

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.