open-job/openjob

希望可以提供一个 用starter引入的方式 搭建openjob-server

Opened this issue · 5 comments

非常希望可以提供一个便捷集成server的starter 类似于 spring-boot-admin-starter-server 引入即可形成server服务
更方便更灵活的集成方式 也便于扩展和自定义处理一些项目中的东西
例如: 改造成微服务 需要对接 注册中心 配置中心 普罗米修斯监控 k8s 等一些

这是我整合powerjob的过程和遇到的一些问题还有解决方案 希望openjob也可以提供一个便于集成的依赖包

https://gitee.com/KFCFans/PowerJob/issues/I6DN40
https://gitee.com/dromara/RuoYi-Vue-Plus/pulls/359

System (please complete the following information):

  • OS: linux [e.g. linux, macOS, windows]
  • JAVA Version: 1.13 [e.g. 1.13]
  • Pkg Version: 1.1.1 [e.g. 1.1.1]

Describe the bug

A clear and concise description of what the bug is.

To Reproduce

// java code

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

stelin commented

@JavaLionLi Server 依赖包很多,且很大,感觉不是一个好的方式,可以加微信一起讨论下

@JavaLionLi Server 依赖包很多,且很大,感觉不是一个好的方式,可以加微信一起讨论下

并不是为了把他集成到哪而是为了便于使用和扩展

类似于 spring-boot-admin-starter-server
例如: 改造成微服务 需要对接 注册中心 配置中心 普罗米修斯监控 k8s 等一些

@JavaLionLi Server 依赖包很多,且很大,感觉不是一个好的方式,可以加微信一起讨论下

如果不是jar 而是只能使用docker容器的话 就很难扩展这些东西了 想集成的话也只能copy源码的方式 过于麻烦使用不便捷
跟powerjob作者沟通的集成方式 就是搞成依赖包可以引入搭建这种 便于扩展一些外部依赖 这些依赖也跟应用本身关联性不大 还是通过外部扩展要好很多

image

stelin commented

@JavaLionLi 这种方式可以 👍

@JavaLionLi 这种方式可以 👍

希望支持谢谢