jiahaodong
jiahaodong
既然如此,能否建议增加 xxl-job-spring-boot-starter-client这个starter呢,稍微封装下,将要配置的properties 提取为一个配置类,将原来要写的XxlJobConfig封装为XxlJobAutoConfiguration 自动根据properties注入XxlJobSpringExecutor呢。 这样的话,对于使用springboot开发的人来说,对接步骤大大减少,上手更容易。 可以参考[SpringBootAdmin](https://github.com/codecentric/spring-boot-admin) 的使用方式一样,SpringBootAdmin 就有server和client这两个starter,用户只需要引入对应的starter,简单配置下properties,就能马上跑起来项目。封装成starter的话,可能要对自定义的一些内容 要重构下。增加这两个starter工作量应该不会很多,也可以由其他用户提pr。 学习成本低,上手简单,也更利于项目的传播和推广! #2424 #2203 #1425 #820 刚才检索了下和starter相关的issue,还是有一定呼声的
> [Jenkins 插件开发之旅:两天内从 idea 到发布(上篇)](https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-06-jenkins-plugin-develop-within-two-days-part01/) 打不开了 我根据url最后面的内容 网上搜了下 找到https://github.com/donhui/articles-and-slides/blob/master/articles/2019/2019-05-06-jenkins-plugin-develop-within-two-days-part01.md 这个很可能就是
一直等着官方出starter包呢,就像springboot admin那样,server和client都有starter包,使用起来很方便,也很容易扩展
其他解决办法:将方括号替换为双引号,sqlserver也支持双引号。 select * from [db1].dbo.table1 -> select * from "db1".dbo.table1 库名带了特殊符号,必须用方括号或双引号括起来,请有同样问题的人进了避免特殊符号的使用。