linghengqian commented on issue #1845:
URL: 
https://github.com/apache/shardingsphere-elasticjob/issues/1845#issuecomment-2283083707

   - I can't reproduce it at 
https://github.com/apache/shardingsphere-elasticjob/commit/08031cd7b47e9cc3b067d2bcf98318335d8cafe5,
 and you are using outdated dependencies. You need to provide unit tests.
   - For the Java API of ElasticJob,
   ```xml
   <dependency>
     <groupId>org.apache.shardingsphere.elasticjob</groupId>
     <artifactId>elasticjob-bootstrap</artifactId>
     <version>3.1.0-SNAPSHOT</version>
   </dependency>
   ```
   - For the Spring Boot Starter of ElasticJob,
   ```xml
   <dependency>
     <groupId>org.apache.shardingsphere.elasticjob</groupId>
     <artifactId>elasticjob-spring-boot-starter</artifactId>
     <version>3.1.0-SNAPSHOT</version>
   </dependency>
   <dependency>
     <groupId>org.springframework.boot</groupId>
     <artifactId>spring-boot-starter-jdbc</artifactId>
     <version>3.3.2</version>
   </dependency>
   <dependency>
     <groupId>org.springframework.boot</groupId>
     <artifactId>spring-boot-starter-web</artifactId>
     <version>3.3.2</version>
   </dependency>
   ```


-- 
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]

Reply via email to