Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试运行一个配置有 jar 模块的耳朵,该模块具有用于预定作业的 spring bean 配置。
这可能吗?
我正在尝试消除对包含调度程序 bean 上下文 xml 的 Web 应用程序的需要。
你看过CommandLineJobRunner吗?这是你想要的吗?
您可能还对Spring Batch有好运。