You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2017/12/22 03:16:00 UTC

[incubator-servicecomb-java-chassis] 04/11: JAV-548 change upload directory from "." to "target"

This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git

commit 70afebd419e31850858b97d4f352ade4ba076380
Author: wujimin <wu...@huawei.com>
AuthorDate: Wed Dec 13 10:51:21 2017 +0800

    JAV-548 change upload directory from "." to "target"
---
 .../springmvc-server/src/main/resources/microservice.yaml               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/demo/demo-springmvc/springmvc-server/src/main/resources/microservice.yaml b/demo/demo-springmvc/springmvc-server/src/main/resources/microservice.yaml
index ad13042..f5d2304 100644
--- a/demo/demo-springmvc/springmvc-server/src/main/resources/microservice.yaml
+++ b/demo/demo-springmvc/springmvc-server/src/main/resources/microservice.yaml
@@ -28,7 +28,7 @@ service_description:
     - path: /test2/testpath
       property:
         checksession: true
-cse.uploads.directory: .
+cse.uploads.directory: target
 cse:
   service:
     registry:

-- 
To stop receiving notification emails like this one, please contact
"commits@servicecomb.apache.org" <co...@servicecomb.apache.org>.