linggao

Results 4 issues of linggao

swagger3的注解可不可以支持下?

### A note for the community * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request...

type: bug
sink: loki

该问题与[799](https://github.com/didi/KnowStreaming/issues/799)一样,需要手动修改cm才可以

type: bug

最近这几年我司一直在使用xxl-job做任务调度,基本都是在spring和spring boot项目中使用bean模式支持任务调度,我想这也是大部分xxl-job Java用户的常用场景,但是xxl-job在一些场景使用起来有一些复杂,所以我司也对xxl-job的执行器端做了一些改进工作,核心功能包括: 1、xxl-job-spring项目以支持spring - 实现BeanPostProcessor来扫描任务自动注册到执行器中; - 新增@XxlJobInfo注解(包含任务的完整信息)支持执行器端在项目启动的时候添加任务和执行器对象到调度中心; - 提供XxlJobClient方便调用web接口(UI使用到的那些接口); - XxlJobTrigger接口更方便的在执行器端手动触发任务执行; 2、xxl-job-spring-boot项目以支持spring-boot - xxl-job-spring-boot-starter @xuxueli 作者觉的咋样,如果觉的可以的话能否新建这2个项目仓库?