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 2022/02/23 13:27:29 UTC

[GitHub] [shardingsphere-elasticjob] Wzy19930507 opened a new pull request #2055: update props.en.md and props.zh.md because props http diff from source

Wzy19930507 opened a new pull request #2055:
URL: https://github.com/apache/shardingsphere-elasticjob/pull/2055


   Fixes #ISSUSE_ID.
   
   Changes proposed in this pull request:
   - update docs (props.en.md and props.zh.md) information
   
   文档相关代码如下:
   docs relevant code:
   
   package org.apache.shardingsphere.elasticjob.http.executor;
   public final class HttpJobExecutor implements TypedJobItemExecutor {
       private HttpParam getHttpParam(final Properties props) {
           String url = props.getProperty(HttpJobProperties.URI_KEY);
   
   package org.apache.shardingsphere.elasticjob.http.props;
   public final class HttpJobProperties {
       public static final String URI_KEY = "http.uri";


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

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



[GitHub] [shardingsphere-elasticjob] TeslaCN merged pull request #2055: update props.en.md and props.zh.md because props http diff from source

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


   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

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