You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/07/08 00:11:04 UTC

[GitHub] [shardingsphere-elasticjob-lite] TeslaCN opened a new pull request #981: Fix the demo which doesn't work properly.

TeslaCN opened a new pull request #981:
URL: https://github.com/apache/shardingsphere-elasticjob-lite/pull/981


   Changes proposed in this pull request:
   
   * Correct Spring version
   * Exclude HikariCP from Quartz
   * Replace @Resource with @Autowired
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob-lite] terrymanu commented on a change in pull request #981: Fix the demo which doesn't work properly.

Posted by GitBox <gi...@apache.org>.
terrymanu commented on a change in pull request #981:
URL: https://github.com/apache/shardingsphere-elasticjob-lite/pull/981#discussion_r451281703



##########
File path: examples/elastic-job-example-lite-springboot/src/main/java/org/apache/shardingsphere/elasticjob/lite/example/config/DataflowJobConfig.java
##########
@@ -36,7 +37,7 @@
     @Resource
     private ZookeeperRegistryCenter regCenter;
     
-    @Resource
+    @Autowired

Review comment:
       What is the different with @Resource and @Autowired?




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob-lite] terrymanu merged pull request #981: Fix the demo which doesn't work properly.

Posted by GitBox <gi...@apache.org>.
terrymanu merged pull request #981:
URL: https://github.com/apache/shardingsphere-elasticjob-lite/pull/981


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org