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 <[email protected]> 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 "[email protected]" <[email protected]>.
