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/21 07:02:11 UTC

[GitHub] [shardingsphere-elasticjob] TeslaCN opened a new issue #1216: Refector elasticjob-lite-spring-boot-starter configuration structure

TeslaCN opened a new issue #1216:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1216


   ## Feature Request
   
   **For English only**, other languages will not accept.
   
   Please pay attention on issues you submitted, because we maybe need more details. 
   If no response anymore and we cannot make decision by current information, we will **close it**.
   
   Please answer these questions before submitting your issue. Thanks!
   
   ### Is your feature request related to a problem?
   
   ### Describe the feature you would like.
   Reducing configuration levels.
   
   Present:
   https://github.com/apache/shardingsphere-elasticjob/blob/eb219f788cc25f57245bbeb90d7955877e0c35a8/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-boot-starter/src/test/resources/application-elasticjob.yml#L25-L41
   
   Expected:
   ```yaml
   elasticjob:
     tracing:
       type: RDB
     regCenter:
       serverLists: localhost:18181
       namespace: elasticjob-lite-spring-boot-starter
     jobs:
       customTestJob:
         elasticJobClass: org.apache.shardingsphere.elasticjob.lite.spring.boot.job.fixture.job.impl.CustomTestJob
         cron: 0/5 * * * * ?
         shardingTotalCount: 3
       printTestJob:
         elasticJobType: PRINT
         shardingTotalCount: 3
         cron: 0/5 * * * * ?
         props:
           print.content: "test print job"
   ```


----------------------------------------------------------------
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] terrymanu closed issue #1216: Refactor elasticjob-lite-spring-boot-starter configuration structure

Posted by GitBox <gi...@apache.org>.
terrymanu closed issue #1216:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1216


   


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