@@ -0,0 +1,29 @@
+#!/bin/bash
+
+cd sources
+#git clone http://git.qmth.com.cn/examcloud-framework/config-center.git
+#git clone http://git.qmth.com.cn/examcloud-backend/examcloud-parent.git
+#git clone http://git.qmth.com.cn/examcloud-backend/examcloud-components.git
+#git clone http://git.qmth.com.cn/examcloud-backend/examcloud-rpc.git
+cd config-center
+git pull
+mvn clean install
+cd ..
+cd examcloud-parent
+cd examcloud-components
+cd examcloud-rpc
+echo "finish..."