#部署
###Step 2: Build Order service using mvn
$ mvn clean install -DskipTests###Step 3: Building the docker image from project
$ docker image build -f Dockerfile -t 'saas-order:1.0.0' .###Step 4: Run the order service
$ kubectl apply -f order-k8s-config.yaml
$ kubectl apply -f order-istio-config.yaml