xdxTao opened a new issue #1914: URL: https://github.com/apache/shardingsphere-elasticjob/issues/1914
 我引入的pom文件如下 ``` <dependency> <groupId>org.apache.shardingsphere.elasticjob</groupId> <artifactId>elasticjob-lite-core</artifactId> <version>3.0.0-RC1</version> </dependency> ``` 配置文件如下 ``` elasticjob: regCenter: serverLists: 127.0.0.1:2181 namespace: my-job jobs: simpleJob: elasticJobClass: com.elastic.job.MyElasticJob cron: 0/1 * * * * ? shardingTotalCount: 1 shardingItemParameters: ``` 怎么都无法开启定时任务。 难道说这个Starter是需要我自己去制作一个吗? ps:使用Java API的方式可以调用成功 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
