We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
非常希望可以提供一个便捷集成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):
linux
1.13
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.
The text was updated successfully, but these errors were encountered:
@JavaLionLi Server 依赖包很多,且很大,感觉不是一个好的方式,可以加微信一起讨论下
Sorry, something went wrong.
并不是为了把他集成到哪而是为了便于使用和扩展
类似于 spring-boot-admin-starter-server 例如: 改造成微服务 需要对接 注册中心 配置中心 普罗米修斯监控 k8s 等一些
如果不是jar 而是只能使用docker容器的话 就很难扩展这些东西了 想集成的话也只能copy源码的方式 过于麻烦使用不便捷 跟powerjob作者沟通的集成方式 就是搞成依赖包可以引入搭建这种 便于扩展一些外部依赖 这些依赖也跟应用本身关联性不大 还是通过外部扩展要好很多
@JavaLionLi 这种方式可以 👍
希望支持谢谢
stelin
No branches or pull requests
非常希望可以提供一个便捷集成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):
linux
[e.g. linux, macOS, windows]1.13
[e.g.1.13
]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.
The text was updated successfully, but these errors were encountered: