| 1234567891011121314151617181920212223242526 | @echo offecho "begin copy siwei-gateway "copy ..\siwei-gateway\target\siwei-gateway.jar .\siwei\gateway\jarecho "begin copy siwei-auth "copy ..\siwei-auth\target\siwei-auth.jar .\siwei\auth\jarecho "begin copy siwei-visual "copy ..\siwei-visual\siwei-monitor\target\siwei-visual-monitor.jar  .\siwei\visual\monitor\jarecho "begin copy siwei-modules-system "copy ..\siwei-modules\siwei-system\target\siwei-modules-system.jar .\siwei\modules\system\jarecho "begin copy siwei-modules-file "copy ..\siwei-modules\siwei-file\target\siwei-modules-file.jar .\siwei\modules\file\jarecho "begin copy siwei-modules-job "copy ..\siwei-modules\siwei-job\target\siwei-modules-job.jar .\siwei\modules\job\jarecho "begin copy siwei-modules-gen "copy ..\siwei-modules\siwei-gen\target\siwei-modules-gen.jar .\siwei\modules\gen\jarecho "begin copy siwei-modules-spatial "copy ..\siwei-modules\siwei-spatial\target\siwei-modules-spatial.jar .\siwei\modules\spatial\jar
 |